https://github.com/sqlalchemy/sqlalchemy/blob/52b03301b3ca6cb285b5290de4dfe6806f4836f1/lib/sqlalchemy/util/cython.py#L56
such as these codes:
def exceptval(value: Any = None, *, check: bool = False) -> _NO_OP[_T]:
return _no_op
def cast(type_: Type[_T], value: Any, *, typecheck: bool = False) -> _T:
return value # type: ignore[no-any-return]
I want to be able to get answers from professionals and get answers within the team
New contributor
tian tyrone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.