HomeSort by relevance Sort by last modified time
    Searched refs:s_reply (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 355 s_reply = ([self], [], [])
356 s_args = s_reply
361 while not self.eof and select.select(*s_args) == s_reply:
375 s_args = s_reply + (timeout-elapsed,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 355 s_reply = ([self], [], [])
356 s_args = s_reply
361 while not self.eof and select.select(*s_args) == s_reply:
375 s_args = s_reply + (timeout-elapsed,)

Completed in 776 milliseconds