MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_fwd_ref

Function is_fwd_ref

lib/sqlalchemy/util/typing.py:391–395  ·  view source on GitHub ↗
(
    type_: _AnnotationScanType,
    check_generic: bool = ...,
    check_for_plain_string: Literal[False] = ...,
)

Source from the content-addressed store, hash-verified

389
390@overload
391def is_fwd_ref(
392 type_: _AnnotationScanType,
393 check_generic: bool = ...,
394 check_for_plain_string: Literal[False] = ...,
395) -> TypeGuard[ForwardRef]: ...
396
397
398@overload

Callers 7

test_typed_dictsMethod · 0.90
declarative_scanMethod · 0.85
_collect_annotationMethod · 0.85
de_stringify_annotationFunction · 0.85
includes_noneFunction · 0.85

Calls 1

is_genericFunction · 0.85

Tested by 1

test_typed_dictsMethod · 0.72