Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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
get_foreign_keys
Method · 0.45
_set_parent
Method · 0.45
_reload
Method · 0.45
_populate_column_collection
Method · 0.45
_gen_cache_key
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