(instance: object)
| 330 | def instance_state(instance: _O) -> InstanceState[_O]: ... |
| 331 | |
| 332 | def instance_dict(instance: object) -> Dict[str, Any]: ... |
| 333 | |
| 334 | else: |
| 335 | # these can be replaced by sqlalchemy.ext.instrumentation |
no outgoing calls
no test coverage detected