File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -670,22 +670,10 @@ Acknowledgements
670670Footnotes
671671=========
672672
673- .. [#type_t ]
674- :ref: `Type[T] <typing:type-brackets >` spells a class object
675-
676- .. [#TypeIs ]
677- :ref: `TypeIs[T] <typing:typeis >` is similar to bool
678-
679673.. [#DataclassInitVar ]
680674 ``dataclass.make_dataclass `` allows the type qualifier ``InitVar[...] ``,
681675 so ``TypeForm `` cannot be used in this case.
682676
683- .. [#forward_ref_normalization ]
684- Special forms normalize string arguments to ``ForwardRef `` instances
685- at runtime using internal helper functions in the ``typing `` module.
686- Runtime type checkers may wish to implement similar functions when
687- working with string-based forward references.
688-
689677 .. [#quoted_less_common ]
690678 Quoted annotations are expected to become less common starting in Python
691679 3.14 when :pep: `deferred annotations <649 >` is implemented. However,
You can’t perform that action at this time.
0 commit comments