Home
last modified time | relevance | path

Searched refs:PyProperty_Type (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Doc/c-api/
Ddescriptor.rst13 .. c:var:: PyTypeObject PyProperty_Type
/third_party/python/Include/
Ddescrobject.h103 PyAPI_DATA(PyTypeObject) PyProperty_Type;
/third_party/python/Objects/
Ddescrobject.c1754 if (Py_IS_TYPE(self, &PyProperty_Type)) { in property_init_impl()
1875 PyTypeObject PyProperty_Type = { variable
Dobject.c1850 INIT_TYPE(PyProperty_Type); in _PyTypes_Init()
/third_party/python/Doc/data/
Dstable_abi.dat522 var,PyProperty_Type,3.2,
/third_party/python/PC/
Dpython3dll.c839 EXPORT_DATA(PyProperty_Type)
/third_party/python/Python/
Dbltinmodule.c3024 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
/third_party/python/Misc/
Dstable_abi.txt1125 data PyProperty_Type
/third_party/python/Tools/c-analyzer/
DTODO694 Objects/descrobject.c:PyProperty_Type PyTypeObject PyProperty_Type
/third_party/python/Doc/howto/
Ddescriptor.rst976 "Emulate PyProperty_Type() in Objects/descrobject.c"
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1609 Objects/descrobject.c - PyProperty_Type -