class AppContext:
RequestContext
binds request information. The application
context is also implicitly created if a request context is created
but the application is not on top of the individual application
context.Method | pop |
Pops the app context. |
Method | push |
Binds the app context to the current context. |
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | _refcnt |
Undocumented |
Instance Variable | app |
Undocumented |
Instance Variable | g |
Undocumented |
Instance Variable | url_adapter |
Undocumented |