Searched refs:type_getattro (Results 1 – 3 of 3) sorted by relevance
3888 type_getattro(PyTypeObject *type, PyObject *name) in type_getattro() function4342 (getattrofunc)type_getattro, /* tp_getattro */
764 The full C implementation can be found in :c:func:`type_getattro()` and
1496 Fix rare Python crash due to bad refcounting in ``type_getattro()`` if a