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

Method _initial_populate

lib/sqlalchemy/sql/base.py:1648–1651  ·  view source on GitHub ↗
(
        self, iter_: Iterable[Tuple[_COLKEY, _COL_co]]
    )

Source from the content-addressed store, hash-verified

1646 )
1647
1648 def _initial_populate(
1649 self, iter_: Iterable[Tuple[_COLKEY, _COL_co]]
1650 ) -> None:
1651 self._populate_separate_keys(iter_)
1652
1653 @property
1654 def _all_columns(self) -> List[_COL_co]:

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected