MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __go

Function __go

lib/sqlalchemy/__init__.py:275–280  ·  view source on GitHub ↗
(lcls: Any)

Source from the content-addressed store, hash-verified

273
274
275def __go(lcls: Any) -> None:
276 _util.preloaded.import_prefix("sqlalchemy")
277
278 from . import exc
279
280 exc._version_token = "".join(__version__.split(".")[0:2])
281
282
283__go(locals())

Callers 1

__init__.pyFile · 0.70

Calls 2

import_prefixMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected