Home | History | Annotate | Download | only in Modules

Lines Matching refs:methname

776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.

780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);