Skip to content

Context Manager Style Applications

Compare
Choose a tag to compare
@glentner glentner released this 16 Dec 21:07
· 356 commits to master since this release

Application classes with resources can now define __enter__ and __exit__ methods. Application.main now initializes the application using a with statement.