Lines Matching refs:how
173 how, (oid, methodname, args, kwargs) = request
191 if how == 'CALL':
196 elif how == 'QUEUE':
200 return ("ERROR", "Unsupported message type: %s" % how)
253 how, what = response
254 if how == "OK":
256 if how == "QUEUED":
258 if how == "EXCEPTION":
261 if how == "EOF":
265 if how == "ERROR":
268 if how == "CALLEXC":
271 raise SystemError(how, what)
293 how, what = response
294 if how == "OK":
295 response = how, self._proxify(what)
441 how = resq[0]
444 if how in ("CALL", "QUEUE"):
449 if how == "CALL":
451 elif how == "QUEUE":