MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / teardown_test

Method teardown_test

test/ext/test_mutable.py:153–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 return MutableDict
152
153 def teardown_test(self):
154 # clear out mapper events
155 Mapper.dispatch._clear()
156 ClassManager.dispatch._clear()
157
158
159class MiscTest(fixtures.TestBase):

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected