Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __go
Function
__go
lib/sqlalchemy/__init__.py:290–295 ·
view source on GitHub ↗
(lcls: Any)
Source
from the content-addressed store, hash-verified
288
289
290
def
__go(lcls: Any) -> None:
291
_util.preloaded.import_prefix(
"sqlalchemy"
)
292
293
from
.
import
exc
294
295
exc._version_token =
""
.join(__version__.split(
"."
)[0:2])
296
297
298
__go(locals())
Callers
1
__init__.py
File · 0.70
Calls
3
import_prefix
Method · 0.80
split
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected