Home
last modified time | relevance | path

Searched refs:stdin_read (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpty.py140 def _copy(master_fd, master_read=_read, stdin_read=_read): argument
152 data = stdin_read(STDIN_FILENO)
155 def spawn(argv, master_read=_read, stdin_read=_read): argument
169 _copy(master_fd, master_read, stdin_read)