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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 33 def master_open(): function
34 """master_open() -> (master_fd, slave_name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pty.py 67 debug("Calling master_open()")
68 master_fd, slave_name = pty.master_open()
82 # in master_open(), we need to read the EOF.
  /external/python/cpython2/Lib/
pty.py 33 def master_open(): function
34 """master_open() -> (master_fd, slave_name)
  /external/python/cpython3/Lib/
pty.py 33 def master_open(): function
34 """master_open() -> (master_fd, slave_name)
  /external/python/cpython2/Lib/test/
test_pty.py 83 debug("Calling master_open()")
84 master_fd, slave_name = pty.master_open()
98 # in master_open(), we need to read the EOF.
  /external/python/cpython3/Lib/test/
test_pty.py 81 debug("Calling master_open()")
82 master_fd, slave_name = pty.master_open()
96 # in master_open(), we need to read the EOF.

Completed in 234 milliseconds