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

Method teardown_test

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

Source from the content-addressed store, hash-verified

514 return MutableList
515
516 def teardown_test(self):
517 # clear out mapper events
518 Mapper.dispatch._clear()
519 ClassManager.dispatch._clear()
520
521
522class _MutableListTestBase(_MutableListTestFixture):

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected