Home
last modified time | relevance | path

Searched refs:Py_GenericAliasType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dgenericaliasobject.h9 PyAPI_DATA(PyTypeObject) Py_GenericAliasType;
/external/python/cpython3/Objects/
Dgenericaliasobject.c431 if (!Py_IS_TYPE(a, &Py_GenericAliasType) || in ga_richcompare()
432 !Py_IS_TYPE(b, &Py_GenericAliasType) || in ga_richcompare()
584 PyTypeObject Py_GenericAliasType = { variable
622 gaobject *alias = PyObject_GC_New(gaobject, &Py_GenericAliasType); in Py_GenericAlias()
/external/python/cpython3/PC/
Dpython3.def736 Py_GenericAliasType=python39.Py_GenericAliasType