Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h255 PyAPI_FUNC(unsigned long) PyType_GetFlags(PyTypeObject*);
727 flags = PyType_GetFlags(type); in PyType_HasFeature()
/third_party/python/Doc/c-api/
Dtype.rst40 .. c:function:: unsigned long PyType_GetFlags(PyTypeObject* type)
/third_party/python/Doc/data/
Dstable_abi.dat643 function,PyType_GetFlags,3.2,
Drefcounts.dat2307 PyType_GetFlags:unsigned long:::
2308 PyType_GetFlags:PyTypeObject*:type:0:
/third_party/python/PC/
Dpython3dll.c596 EXPORT_FUNC(PyType_GetFlags)
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst1165 :c:func:`PyType_HasFeature` now always calls :c:func:`PyType_GetFlags` to
D3.10.0a1.rst3312 rather than always calling :c:func:`PyType_GetFlags` which hides
/third_party/python/Misc/
Dstable_abi.txt1286 function PyType_GetFlags
DHISTORY6306 Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is
10647 - Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited
/third_party/python/Objects/
Dtypeobject.c2463 PyType_GetFlags(PyTypeObject *type) in PyType_GetFlags() function