MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

test/orm/test_collection.py:1190–1191  ·  test/orm/test_collection.py::CollectionsTest.SetIsh.clear
(self)

Source from the content-addressed store, hash-verified

1188 return iter(self.data)
1189
1190 def clear(self):
1191 self.data.clear()
1192
1193 __hash__ = object.__hash__
1194

Callers 15

teardown_testMethod · 0.45
evtMethod · 0.45
evt1Method · 0.45
_run_doctestMethod · 0.45
run_bufMethod · 0.45
test_clearMethod · 0.45
test_clearMethod · 0.45
test_clearMethod · 0.45
test_gcMethod · 0.45
test_gc_engineMethod · 0.45
test_gc_connMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected