MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / extend

Method extend

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

Source from the content-addressed store, hash-verified

2569 return col in self
2570
2571 def extend(self, cols: Iterable[Any]) -> None:
2572 for col in cols:
2573 self.add(col)
2574
2575 def __eq__(self, other):
2576 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
create_connect_argsMethod · 0.45
get_foreign_keysMethod · 0.45
_set_parentMethod · 0.45
_reloadMethod · 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