Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ adapt
Method
adapt
lib/sqlalchemy/sql/sqltypes.py:1260–1260 ·
view source on GitHub ↗
(self, cls: Type[_TE], **kw: Any)
Source
from the content-addressed store, hash-verified
1258
1259
@overload
1260
def
adapt(self, cls: Type[_TE], **kw: Any) -> _TE: ...
1261
1262
@overload
1263
def
adapt(
Callers
1
copy
Method · 0.95
Calls
2
setdefault
Method · 0.45
adapt
Method · 0.45
Tested by
no test coverage detected