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

Method teardown_test

test/orm/test_events.py:2247–2249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2245 )(fn)
2246
2247 def teardown_test(self):
2248 A = self.classes.A
2249 A._sa_class_manager.dispatch._clear()
2250
2251 @_combinations
2252 def test_warning(self, target, event_name, fn):

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected