MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / hasparent

Method hasparent

lib/sqlalchemy/orm/attributes.py:826–827  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

824 return self.impl.key
825
826 def hasparent(self, state):
827 return self.impl.hasparent(state)
828
829
830AttributeEvent = AttributeEventToken # legacy

Callers

nothing calls this directly

Calls 1

hasparentMethod · 0.45

Tested by

no test coverage detected