Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddescrobject.h89 PyAPI_DATA(PyTypeObject) PyProperty_Type;
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst13 .. c:var:: PyTypeObject PyProperty_Type
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst12 .. c:var:: PyTypeObject PyProperty_Type
/external/python/cpython3/Include/
Ddescrobject.h105 PyAPI_DATA(PyTypeObject) PyProperty_Type;
/external/python/cpython2/Objects/
Ddescrobject.c1334 if (Py_TYPE(self) == &PyProperty_Type) { in property_init()
1397 PyTypeObject PyProperty_Type = { variable
Dobject.c2155 if (PyType_Ready(&PyProperty_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Ddescrobject.c1495 if (Py_TYPE(self) == &PyProperty_Type) { in property_init_impl()
1621 PyTypeObject PyProperty_Type = { variable
Dobject.c1831 if (PyType_Ready(&PyProperty_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def499 PyProperty_Type=python37.PyProperty_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def264 "PyProperty_Type"
/external/python/cpython3/Doc/howto/
Ddescriptor.rst207 "Emulate PyProperty_Type() in Objects/descrobject.c"
/external/python/cpython2/Doc/howto/
Ddescriptor.rst213 "Emulate PyProperty_Type() in Objects/descrobject.c"
/external/python/cpython3/Python/
Dbltinmodule.c2841 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2736 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()