Public Member Functions | |
| def | __enter__ |
| def | __exit__ |
Public Attributes | |
| old_contexts | |
Resets the `StackContext`. Useful when creating a shared resource on demand (e.g. an `.AsyncHTTPClient`) where the stack that caused the creating is not relevant to future operations.
Definition at line 212 of file stack_context.py.
| def tornado.stack_context.NullContext.__enter__ | ( | self | ) |
Definition at line 219 of file stack_context.py.
| def tornado.stack_context.NullContext.__exit__ | ( | self, | |
| type, | |||
| value, | |||
| traceback | |||
| ) |
Definition at line 223 of file stack_context.py.
Definition at line 219 of file stack_context.py.