Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _create_connection
Method
_create_connection
lib/sqlalchemy/pool/impl.py:508–509 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
506
self._invoke_creator = creator
507
508
def
_create_connection(self) -> ConnectionPoolEntry:
509
raise
NotImplementedError()
510
511
def
_do_return_conn(self, record: ConnectionPoolEntry) -> None:
512
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