MCPcopy
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
290def __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__.pyFile · 0.70

Calls 3

import_prefixMethod · 0.80
splitMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected