(
entity: Union[_HasEntityNamespace, ExternallyTraversible],
key: str,
)
| 2605 | |
| 2606 | @overload |
| 2607 | def _entity_namespace_key( |
| 2608 | entity: Union[_HasEntityNamespace, ExternallyTraversible], |
| 2609 | key: str, |
| 2610 | ) -> SQLCoreOperations[Any]: ... |
| 2611 | |
| 2612 | |
| 2613 | @overload |
no test coverage detected