Home
last modified time | relevance | path

Searched refs:_MAX_LINES (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dcalltip.py148 _MAX_LINES = 5 # enough for bytes variable
160 empty line or _MAX_LINES. For builtins, this typically includes
191 for line in doc.split('\n', _MAX_LINES)[:_MAX_LINES]:
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_calltip.py163 self.assertEqual(get_spec(f), '()' + '\na' * calltip._MAX_LINES)

Completed in 2 milliseconds