Home | History | Annotate | Download | only in idlelib

Lines Matching refs:how

25 See the Idle run.main() docstring for further information on how this was
169 how, (oid, methodname, args, kwargs) = request
187 if how == 'CALL':
192 elif how == 'QUEUE':
196 return ("ERROR", "Unsupported message type: %s" % how)
245 how, what = response
246 if how == "OK":
248 if how == "QUEUED":
250 if how == "EXCEPTION":
253 if how == "EOF":
257 if how == "ERROR":
260 raise SystemError, (how, what)
282 how, what = response
283 if how == "OK":
284 response = how, self._proxify(what)
433 how = resq[0]
436 if how in ("CALL", "QUEUE"):
441 if how == "CALL":
443 elif how == "QUEUE":