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

Method extend

lib/sqlalchemy/sql/base.py:2235–2237  ·  view source on GitHub ↗
(self, cols: Iterable[Any])

Source from the content-addressed store, hash-verified

2233 return col in self
2234
2235 def extend(self, cols: Iterable[Any]) -> None:
2236 for col in cols:
2237 self.add(col)
2238
2239 def __eq__(self, other):
2240 l = []

Callers 15

_setup_for_driverFunction · 0.45
_testsFunction · 0.45
_buffer_rowsMethod · 0.45
fetchmanyMethod · 0.45
fetchallMethod · 0.45
_allMethod · 0.45
_split_enum_valuesFunction · 0.45
get_foreign_keysMethod · 0.45
_set_parentMethod · 0.45
_reloadMethod · 0.45
_gen_cache_keyMethod · 0.45

Calls 1

addMethod · 0.45

Tested by 5

_all_subclassesMethod · 0.36
exp_indexesMethod · 0.36
provide_fixtureMethod · 0.36
decorateFunction · 0.36