MCPcopy 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

copyMethod · 0.95

Calls 2

setdefaultMethod · 0.45
adaptMethod · 0.45

Tested by

no test coverage detected