Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2651
class
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_mappers
Function · 0.90
Tested by
no test coverage detected