Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_fwd_none
Function
is_fwd_none
lib/sqlalchemy/util/typing.py:64–65 ·
view source on GitHub ↗
(typ: Any)
Source
from the content-addressed store, hash-verified
62
63
64
def
is_fwd_none(typ: Any) -> bool:
65
return
isinstance(typ, ForwardRef) and typ.__forward_arg__ ==
"None"
66
67
68
_AnnotationScanType = Union[
Callers
3
pep695_values
Function · 0.85
de_optionalize_union_types
Function · 0.85
includes_none
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected