(self)
| 337 | |
| 338 | @util.memoized_property |
| 339 | def _state_constructor(self) -> Type[state.InstanceState[_O]]: |
| 340 | return state.InstanceState |
| 341 | |
| 342 | def manage(self): |
| 343 | """Mark this instance as the manager for its class.""" |
no outgoing calls
no test coverage detected