Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _create_connection
Method
_create_connection
lib/sqlalchemy/pool/impl.py:502–503 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
500
self._invoke_creator = creator
501
502
def
_create_connection(self) -> ConnectionPoolEntry:
503
raise
NotImplementedError()
504
505
def
_do_return_conn(self, record: ConnectionPoolEntry) -> None:
506
pass
Callers
4
_do_get
Method · 0.45
_do_get
Method · 0.45
_do_get
Method · 0.45
_do_get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected