MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __init__

Method __init__

lib/sqlalchemy/orm/dependency.py:646–649  ·  view source on GitHub ↗
(self, prop)

Source from the content-addressed store, hash-verified

644
645class _ManyToOneDP(_DependencyProcessor):
646 def __init__(self, prop):
647 _DependencyProcessor.__init__(self, prop)
648 for mapper in self.mapper.self_and_descendants:
649 mapper._dependency_processors.append(_DetectKeySwitch(prop))
650
651 def per_property_dependencies(
652 self,

Callers

nothing calls this directly

Calls 2

_DetectKeySwitchClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected