MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _post_inspect

Method _post_inspect

lib/sqlalchemy/orm/util.py:1016–1017  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1014
1015 @property
1016 def _post_inspect(self): # type: ignore[override]
1017 self.mapper._check_configure()
1018
1019 @classmethod
1020 def _alias_factory(

Callers

nothing calls this directly

Calls 1

_check_configureMethod · 0.80

Tested by

no test coverage detected