HomeSort by relevance Sort by last modified time
    Searched refs:tb_lines (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_traceback.py 191 tb_lines = python_fmt.splitlines()
192 self.assertEqual(len(tb_lines), 3)
193 banner, location, source_line = tb_lines
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_traceback.py 191 tb_lines = python_fmt.splitlines()
192 self.assertEqual(len(tb_lines), 3)
193 banner, location, source_line = tb_lines

Completed in 562 milliseconds