Searched defs:classvar (Results 1 – 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/sys/ |
| D | kobj.h | 125 #define DEFINE_CLASS_0(name, classvar, methods, size) \ argument 137 #define DEFINE_CLASS_1(name, classvar, methods, size, \ argument 152 #define DEFINE_CLASS_2(name, classvar, methods, size, \ argument 168 #define DEFINE_CLASS_3(name, classvar, methods, size, \ argument
|
| /third_party/python/Lib/test/ |
| D | test_typing.py | 7173 classvar = 4 variable in AnnotatedTests.test_instantiate.C 7211 classvar = 4 variable in AnnotatedTests.test_attr_passthrough.C 7220 classvar: Annotated[ClassVar[int], "a decoration"] = 4 variable in AnnotatedTests.test_special_form_containment.C
|