Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
def
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.py
File · 0.85
Calls
1
exists
Method · 0.45
Tested by
no test coverage detected