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

Function declare

lib/sqlalchemy/util/cython.py:50–51  ·  view source on GitHub ↗
(t: Type[_T], value: Any = None, **kw: Any)

Source from the content-addressed store, hash-verified

48
49
50def declare(t: Type[_T], value: Any = None, **kw: Any) -> _T:
51 return value # type: ignore[no-any-return]
52
53
54def annotation_typing(_: bool) -> _NO_OP[_T]:

Calls

no outgoing calls