Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _load
Method
_load
test/perf/compiled_extensions/base.py:44–48 ·
view source on GitHub ↗
(cls, fn)
Source
from the content-addressed store, hash-verified
42
43
@classmethod
44
def
_load(cls, fn):
45
try
:
46
return
fn()
47
except
Exception
as
e:
48
print(f
"Error loading {fn}: {e!r}"
)
49
50
@classmethod
51
def
import_impl(cls):
Callers
1
import_impl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected