Home | History | Annotate | Download | only in Objects

Lines Matching refs:methname

1402 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname)

1407 if (!PyArg_UnpackTuple(args, methname, 0, 1, &arg))