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

Method extend

test/orm/test_collection.py:701–702  ·  test/orm/test_collection.py::CollectionsTest.ListIsh.extend
(self)

Source from the content-addressed store, hash-verified

699 return self.data.pop(index)
700
701 def extend(self):
702 assert False
703
704 def __iter__(self):
705 return iter(self.data)

Callers 15

mainFunction · 0.45
apply_pytest_optsFunction · 0.45
doctest_formatFunction · 0.45
plain_formatFunction · 0.45
_assert_create_tablesMethod · 0.45
_assert_drop_tablesMethod · 0.45
dynamic_rel.pyFile · 0.45
make_combinationsMethod · 0.45
test_extendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected