Home
last modified time | relevance | path

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

/third_party/python/Include/
Dgenericaliasobject.h9 PyAPI_DATA(PyTypeObject) Py_GenericAliasType;
/third_party/python/Include/internal/
Dpycore_unionobject.h15 #define _PyGenericAlias_Check(op) PyObject_TypeCheck(op, &Py_GenericAliasType)
/third_party/python/Doc/c-api/
Dtypehints.rst42 .. c:var:: PyTypeObject Py_GenericAliasType
/third_party/python/Objects/
Dgenericaliasobject.c633 PyTypeObject Py_GenericAliasType = { variable
663 (PyTypeObject *)&Py_GenericAliasType, 0); in Py_GenericAlias()
Dobject.c1868 INIT_TYPE(Py_GenericAliasType); in _PyTypes_Init()
/third_party/python/Misc/NEWS.d/
D3.10.0b3.rst230 hinting. Documented ``Py_GenericAlias`` and ``Py_GenericAliasType``.
/third_party/python/PC/
Dpython3dll.c728 EXPORT_DATA(Py_GenericAliasType)
/third_party/python/Doc/data/
Dstable_abi.dat792 var,Py_GenericAliasType,3.9,
/third_party/python/Misc/
Dstable_abi.txt2057 data Py_GenericAliasType
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1631 Objects/genericaliasobject.c - Py_GenericAliasType -