Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ get_parent_name
Function
get_parent_name
test/typing/plain_files/orm/mapped_covariant.py:37–38 ·
view source on GitHub ↗
(child: ChildProtocol)
Source
from the content-addressed store, hash-verified
35
36
37
def
get_parent_name(child: ChildProtocol) -> str:
38
return
child.parent.name
39
40
41
# Implementations
Callers
1
mapped_covariant.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected