MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / setup_mappers

Method setup_mappers

test/orm/test_eager_relations.py:7136–7137  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

7134
7135 @classmethod
7136 def setup_mappers(cls):
7137 cls._setup_stock_mapping()
7138
7139 def test_limited_eager_w_null(self):
7140 User = self.classes.User

Callers

nothing calls this directly

Calls 1

_setup_stock_mappingMethod · 0.80

Tested by

no test coverage detected