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

Method teardown_test

test/ext/test_associationproxy.py:2652–2653  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2650
2651class AttributeAccessTest(fixtures.TestBase):
2652 def teardown_test(self):
2653 clear_mappers()
2654
2655 def test_resolve_aliased_class(self):
2656 Base = declarative_base()

Callers

nothing calls this directly

Calls 1

clear_mappersFunction · 0.90

Tested by

no test coverage detected