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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 33 def master_open(): function
34 """master_open() -> (master_fd, slave_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 33 def master_open(): function
34 """master_open() -> (master_fd, slave_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 69 debug("Calling master_open()")
70 master_fd, slave_name = pty.master_open()
84 # in master_open(), we need to read the EOF.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 69 debug("Calling master_open()")
70 master_fd, slave_name = pty.master_open()
84 # in master_open(), we need to read the EOF.

Completed in 1596 milliseconds