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