MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / bootstrap

Function bootstrap

examples/dogpile_caching/environment.py:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76
77def bootstrap():
78 global installed
79 from . import fixture_data
80
81 if not os.path.exists(dbfile):
82 fixture_data.install()
83 installed = True

Callers 1

model.pyFile · 0.85

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected