MCPcopy
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
64def is_fwd_none(typ: Any) -> bool:
65 return isinstance(typ, ForwardRef) and typ.__forward_arg__ == "None"
66
67
68_AnnotationScanType = Union[

Callers 3

pep695_valuesFunction · 0.85
includes_noneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected