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

Method _hide_froms

lib/sqlalchemy/sql/selectable.py:1656–1659  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1654
1655 @util.ro_non_memoized_property
1656 def _hide_froms(self) -> Iterable[FromClause]:
1657 return itertools.chain(
1658 *[_from_objects(x.left, x.right) for x in self._cloned_set]
1659 )
1660
1661 @util.ro_non_memoized_property
1662 def _from_objects(self) -> List[FromClause]:

Callers

nothing calls this directly

Calls 2

_from_objectsFunction · 0.85
chainMethod · 0.45

Tested by

no test coverage detected