Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
830
AttributeEvent = AttributeEventToken
# legacy
Callers
nothing calls this directly
Calls
1
hasparent
Method · 0.45
Tested by
no test coverage detected