Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Drun.py223 def get_message_lines(typ, exc, tb): function
265 lines = get_message_lines(typ, exc, tb)
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py55 actual = run.get_message_lines(typ, val, tb)[0]