Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_driver
Function · 0.45
_tests
Function · 0.45
_buffer_rows
Method · 0.45
fetchmany
Method · 0.45
fetchall
Method · 0.45
_all
Method · 0.45
_split_enum_values
Function · 0.45
create_connect_args
Method · 0.45
get_foreign_keys
Method · 0.45
_set_parent
Method · 0.45
_reload
Method · 0.45
_populate_column_collection
Method · 0.45
Calls
1
add
Method · 0.45
Tested by
5
_all_subclasses
Method · 0.36
exp_indexes
Method · 0.36
provide_fixture
Method · 0.36
pytest_collection_modifyitems
Function · 0.36
decorate
Function · 0.36