Home | History | Annotate | Download | only in python2.7

Lines Matching refs:meth_name

374     def _call_chain(self, chain, kind, meth_name, *args):
380 func = getattr(handler, meth_name)
399 meth_name = protocol+"_request"
401 meth = getattr(processor, meth_name)
407 meth_name = protocol+"_response"
409 meth = getattr(processor, meth_name)
434 meth_name = 'http_error_%s' % proto
439 meth_name = proto + '_error'
441 args = (dict, proto, meth_name) + args