HomeSort by relevance Sort by last modified time
    Searched defs:TTYPE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 96 TTYPE = chr(24) # terminal type
  /external/python/cpython2/Lib/
telnetlib.py 97 TTYPE = chr(24) # terminal type
  /external/python/cpython3/Lib/
telnetlib.py 96 TTYPE = bytes([24]) # terminal type

Completed in 742 milliseconds