Get current context. Returns: (Context): current context object.
(cls)
| 126 | |
| 127 | @classmethod |
| 128 | def get_current_context(cls): |
| 129 | """Get current context. |
| 130 | Returns: |
| 131 | (Context): current context object. |
| 132 | """ |
| 133 | return cls.get_context() |
| 134 | |
| 135 | @classmethod |
| 136 | def set_current_context(cls, name="default"): |