Searched refs:PyProperty_Type (Results 1 – 14 of 14) sorted by relevance
89 PyAPI_DATA(PyTypeObject) PyProperty_Type;
13 .. c:var:: PyTypeObject PyProperty_Type
12 .. c:var:: PyTypeObject PyProperty_Type
105 PyAPI_DATA(PyTypeObject) PyProperty_Type;
1334 if (Py_TYPE(self) == &PyProperty_Type) { in property_init()1397 PyTypeObject PyProperty_Type = { variable
2155 if (PyType_Ready(&PyProperty_Type) < 0) in _Py_ReadyTypes()
1495 if (Py_TYPE(self) == &PyProperty_Type) { in property_init_impl()1621 PyTypeObject PyProperty_Type = { variable
1831 if (PyType_Ready(&PyProperty_Type) < 0) in _Py_ReadyTypes()
499 PyProperty_Type=python37.PyProperty_Type DATA
264 "PyProperty_Type"
207 "Emulate PyProperty_Type() in Objects/descrobject.c"
213 "Emulate PyProperty_Type() in Objects/descrobject.c"
2841 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
2736 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()