Searched refs:LFLOW (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | telnetlib.py | 105 LFLOW = bytes([33]) # remote flow control variable |
/external/python/cpython2/Lib/ | ||
D | telnetlib.py | 106 LFLOW = chr(33) # remote flow control variable |