MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _orm_full_deannotate

Function _orm_full_deannotate

lib/sqlalchemy/orm/util.py:1823–1824  ·  view source on GitHub ↗
(element: _SA)

Source from the content-addressed store, hash-verified

1821
1822
1823def _orm_full_deannotate(element: _SA) -> _SA:
1824 return sql_util._deep_deannotate(element)
1825
1826
1827class _ORMJoin(expression.Join):

Callers 1

with_expressionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected