MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / setup_mappers

Method setup_mappers

test/orm/test_recursive_loaders.py:25–26  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

23class NonRecursiveTest(_fixtures.FixtureTest):
24 @classmethod
25 def setup_mappers(cls):
26 cls._setup_stock_mapping()
27
28 @testing.combinations(selectinload, immediateload, argnames="loader")
29 def test_no_recursion_depth_non_self_referential(self, loader):

Callers

nothing calls this directly

Calls 1

_setup_stock_mappingMethod · 0.80

Tested by

no test coverage detected