Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_traceback.py21 test_tb = namedtuple('tb', ['tb_frame', 'tb_lineno', 'tb_next']) variable
1416 tb = test_tb(f, 6, None)
1427 tb = test_tb(f, 6, None)
1438 tb = test_tb(f, 6, None)