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

Method setup_mappers

test/orm/test_utils.py:689–690  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

687
688 @classmethod
689 def setup_mappers(cls):
690 cls._setup_stock_mapping()
691
692 def test_root_registry(self):
693 umapper = inspect(self.classes.User)

Callers

nothing calls this directly

Calls 1

_setup_stock_mappingMethod · 0.80

Tested by

no test coverage detected