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