Searched refs:PyProperty_Type (Results 1 – 11 of 11) sorted by relevance
13 .. c:var:: PyTypeObject PyProperty_Type
103 PyAPI_DATA(PyTypeObject) PyProperty_Type;
1754 if (Py_IS_TYPE(self, &PyProperty_Type)) { in property_init_impl()1875 PyTypeObject PyProperty_Type = { variable
1850 INIT_TYPE(PyProperty_Type); in _PyTypes_Init()
522 var,PyProperty_Type,3.2,
839 EXPORT_DATA(PyProperty_Type)
3024 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
1125 data PyProperty_Type
694 Objects/descrobject.c:PyProperty_Type PyTypeObject PyProperty_Type
976 "Emulate PyProperty_Type() in Objects/descrobject.c"
1609 Objects/descrobject.c - PyProperty_Type -