MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _automap

Method _automap

test/ext/test_automap.py:682–688  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

680 m.create_all(e)
681
682 def _automap(self, e):
683 Base = automap_base()
684
685 Base.prepare(autoload_with=e)
686
687 time.sleep(0.01)
688 configure_mappers()
689
690 def _chaos(self):
691 e = create_engine("sqlite://")

Callers 1

_chaosMethod · 0.95

Calls 3

automap_baseFunction · 0.90
configure_mappersFunction · 0.90
prepareMethod · 0.45

Tested by

no test coverage detected