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

Method __init__

lib/sqlalchemy/orm/path_registry.py:442–448  ·  view source on GitHub ↗
(self, parent: _CreatesToken, token: _StrPathToken)

Source from the content-addressed store, hash-verified

440 parent: _CreatesToken
441
442 def __init__(self, parent: _CreatesToken, token: _StrPathToken):
443 token = PathToken.intern(token)
444
445 self.token = token
446 self.parent = parent
447 self.path = parent.path + (token,)
448 self.natural_path = parent.natural_path + (token,)
449
450 has_entity = False
451

Callers

nothing calls this directly

Calls 1

internMethod · 0.80

Tested by

no test coverage detected