Home
last modified time | relevance | path

Searched refs:T_CV4 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Ddataclass_module_2.py18 T_CV4 = ClassVar variable in CV
23 not_cv4: T_CV4 # When using string annotations, this field is not recognized as a ClassVar.
Ddataclass_module_2_str.py18 T_CV4 = ClassVar variable in CV
23 not_cv4: T_CV4 # When using string annotations, this field is not recognized as a ClassVar.
Ddataclass_module_1.py18 T_CV4 = typing.ClassVar variable in CV
23 not_cv4: T_CV4 # When using string annotations, this field is not recognized as a ClassVar.
Ddataclass_module_1_str.py18 T_CV4 = typing.ClassVar variable in CV
23 not_cv4: T_CV4 # When using string annotations, this field is not recognized as a ClassVar.