Searched refs:OutputGetattro (Results 1 – 2 of 2) sorted by relevance
929 static PyObject *OutputGetattro(PyObject *, PyObject *);1315 OutputGetattro(PyObject *self, PyObject *nameobj) in OutputGetattro() function
6462 OutputType.tp_getattro = (getattrofunc)OutputGetattro; in init_structs()