MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _expanded_proxy_set

Method _expanded_proxy_set

lib/sqlalchemy/sql/elements.py:1652–1653  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1650
1651 @util.memoized_property
1652 def _expanded_proxy_set(self) -> FrozenSet[ColumnElement[Any]]:
1653 return frozenset(_expand_cloned(self.proxy_set))
1654
1655 def _uncached_proxy_list(self) -> List[ColumnElement[Any]]:
1656 """An 'uncached' version of proxy set.

Callers

nothing calls this directly

Calls 1

_expand_clonedFunction · 0.85

Tested by

no test coverage detected