(self, allow_none=False)
| 204 | return ctx |
| 205 | |
| 206 | def get_start_method(self, allow_none=False): |
| 207 | return self._name |
| 208 | |
| 209 | def set_start_method(self, method, force=False): |
| 210 | raise ValueError('cannot set start method of concrete context') |
no outgoing calls