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

Method teardown_test

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

Source from the content-addressed store, hash-verified

847 return MutableSet
848
849 def teardown_test(self):
850 # clear out mapper events
851 Mapper.dispatch._clear()
852 ClassManager.dispatch._clear()
853
854
855class _MutableSetTestBase(_MutableSetTestFixture):

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected