Searched refs:tp_descr_get (Results 1 – 8 of 8) sorted by relevance
582 else if (Py_TYPE(result)->tp_descr_get) { in type_get_doc()583 result = Py_TYPE(result)->tp_descr_get(result, NULL, in type_get_doc()1207 if ((f = Py_TYPE(res)->tp_descr_get) == NULL) in lookup_maybe()1854 func = descr->ob_type->tp_descr_get; in subtype_dict()2566 meta_get = Py_TYPE(meta_attribute)->tp_descr_get; in type_getattro()2584 descrgetfunc local_get = Py_TYPE(attribute)->tp_descr_get; in type_getattro()3939 COPYSLOT(tp_descr_get);4993 if ((f = Py_TYPE(func)->tp_descr_get) == NULL)5478 descrgetfunc f = Py_TYPE(attr)->tp_descr_get;5670 if (tp->tp_descr_get == slot_tp_descr_get)[all …]
1397 f = descr->ob_type->tp_descr_get; in _PyObject_GenericGetAttrWithDict()
17 (PyType_HasFeature(t, Py_TPFLAGS_HAVE_CLASS) ? (t)->tp_descr_get : NULL)
576 else if (Py_TYPE(result)->tp_descr_get) { in type_get_doc()577 result = Py_TYPE(result)->tp_descr_get(result, NULL, in type_get_doc()1189 if ((f = Py_TYPE(res)->tp_descr_get) == NULL) in lookup_maybe()1836 func = descr->ob_type->tp_descr_get; in subtype_dict()2539 meta_get = Py_TYPE(meta_attribute)->tp_descr_get; in type_getattro()2557 descrgetfunc local_get = Py_TYPE(attribute)->tp_descr_get; in type_getattro()3904 COPYSLOT(tp_descr_get);4941 if ((f = Py_TYPE(func)->tp_descr_get) == NULL)5426 descrgetfunc f = Py_TYPE(attr)->tp_descr_get;5618 if (tp->tp_descr_get == slot_tp_descr_get)[all …]
1390 f = descr->ob_type->tp_descr_get; in _PyObject_GenericGetAttrWithDict()
385 descrgetfunc tp_descr_get; member