MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

test/orm/test_collection.py:1189–1190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 13

test_clearMethod · 0.45
limited_cache_connMethod · 0.45
teardown_testMethod · 0.45
setup_classesMethod · 0.45
_test_listMethod · 0.45
zapMethod · 0.45
_test_setMethod · 0.45
clearMethod · 0.45
_test_dictMethod · 0.45
test_lazyloadMethod · 0.45
test_dictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected