Searched refs:PyProperty_Type (Results 1 – 18 of 18) sorted by relevance
89 PyAPI_DATA(PyTypeObject) PyProperty_Type;
12 .. c:var:: PyTypeObject PyProperty_Type
13 .. c:var:: PyTypeObject PyProperty_Type
103 PyAPI_DATA(PyTypeObject) PyProperty_Type;
48 return PyProperty_Type.tp_descr_get(self, cls, cls); in pybind11_static_get()54 return PyProperty_Type.tp_descr_set(self, cls, value); in pybind11_static_set()79 type->tp_base = type_incref(&PyProperty_Type); in make_static_property_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()
501 PyProperty_Type=python39.PyProperty_Type DATA
1708 if (Py_IS_TYPE(self, &PyProperty_Type)) { in property_init_impl()1827 PyTypeObject PyProperty_Type = { variable
1782 INIT_TYPE(&PyProperty_Type, "property"); in _PyTypes_Init()
264 "PyProperty_Type"
213 "Emulate PyProperty_Type() in Objects/descrobject.c"
1169 : &PyProperty_Type)); in PYBIND11_NAMESPACE_BEGIN()1627 auto property = handle((PyObject *) &PyProperty_Type);
2822 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
699 Objects/descrobject.c:PyProperty_Type PyTypeObject PyProperty_Type
1527 Objects/descrobject.c - PyProperty_Type variable PyTypeObject PyProperty_Type
2736 SETBUILTIN("property", &PyProperty_Type); in _PyBuiltin_Init()
928 "Emulate PyProperty_Type() in Objects/descrobject.c"