MCPcopy
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
37def get_parent_name(child: ChildProtocol) -> str:
38 return child.parent.name
39
40
41# Implementations

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected