MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _expanded_proxy_set

Method _expanded_proxy_set

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

Source from the content-addressed store, hash-verified

1588
1589 @util.memoized_property
1590 def _expanded_proxy_set(self) -> FrozenSet[ColumnElement[Any]]:
1591 return frozenset(_expand_cloned(self.proxy_set))
1592
1593 def _uncached_proxy_list(self) -> List[ColumnElement[Any]]:
1594 """An 'uncached' version of proxy set.

Callers

nothing calls this directly

Calls 1

_expand_clonedFunction · 0.85

Tested by

no test coverage detected