Home | History | Annotate | Download | only in python

Lines Matching refs:mself

529 	PyObject *mself = PyCFunction_GET_SELF(destroy);
530 res = ((*meth)(mself, v));