Lines Matching refs:methodname
74 def dispatch(c, id, methodname, args=(), kwds={}): argument
78 c.send((id, methodname, args, kwds))
233 methodname = obj = None
235 ident, methodname, args, kwds = request
245 if methodname not in exposed:
248 (methodname, type(obj), exposed)
251 function = getattr(obj, methodname)
258 typeid = gettypeid and gettypeid.get(methodname, None)
267 if methodname is None:
271 fallback_func = self.fallback_mapping[methodname]
783 def _callmethod(self, methodname, args=(), kwds={}): argument
795 conn.send((self._id, methodname, args, kwds))