MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / base

Method base

test/orm/test_unitofworkv2.py:3914–3916  ·  view source on GitHub ↗
(self, metadata)

Source from the content-addressed store, hash-verified

3912
3913 @testing.fixture
3914 def base(self, metadata):
3915 yield declarative_base(metadata=metadata)
3916 clear_mappers()
3917
3918 @testing.fixture
3919 def run_test(self, metadata, connection):

Callers

nothing calls this directly

Calls 2

declarative_baseFunction · 0.90
clear_mappersFunction · 0.90

Tested by

no test coverage detected