Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dmain.py68 buffer=None, warnings=None, *, tb_locals=False): argument
83 self.tb_locals = tb_locals
258 tb_locals=self.tb_locals)
Drunner.py138 *, tb_locals=False): argument
151 self.tb_locals = tb_locals
165 result.tb_locals = self.tb_locals
Dresult.py48 self.tb_locals = False
187 limit=length, capture_locals=self.tb_locals, compact=True)
/third_party/python/Lib/unittest/test/
Dtest_program.py148 tb_locals = False variable in InitialisableProgram
294 self.assertEqual(True, program.tb_locals)
Dtest_break.py209 self.tb_locals = False
Dtest_runner.py1022 self.assertFalse(runner.tb_locals)
1051 runner = unittest.TextTestRunner(stream=io.StringIO(), tb_locals=True)
1053 self.assertEqual(True, result.tb_locals)
Dtest_result.py278 result.tb_locals = True
483 self.tb_locals = False
/third_party/python/Doc/library/
Dunittest.rst2009 .. attribute:: tb_locals
2155 buffer=False, resultclass=None, warnings=None, *, tb_locals=False)
2183 Added the tb_locals parameter.