Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Diomenu.py222 two_lines = f.readline() + f.readline()
228 chars, converted = self._decode(two_lines, bytes)
253 def _decode(self, two_lines, bytes): argument
269 enc = coding_spec(two_lines)