Returns the current control flow context. Returns: A context object.
(self)
| 3105 | self._finalized = False |
| 3106 | |
| 3107 | def _get_control_flow_context(self): |
| 3108 | """Returns the current control flow context. |
| 3109 | |
| 3110 | Returns: |
| 3111 | A context object. |
| 3112 | """ |
| 3113 | return self._control_flow_context |
| 3114 | |
| 3115 | def _set_control_flow_context(self, ctx): |
| 3116 | """Sets the current control flow context. |
no outgoing calls