Searched refs:format_stack (Results 1 – 17 of 17) sorted by relevance
/external/autotest/tko/parsers/ |
D | base.py | 36 "".join(traceback.format_stack())) 55 "".join(traceback.format_stack()))
|
/external/tensorflow/tensorflow/python/ops/ |
D | template.py | 281 self._stacktrace = traceback.format_stack()[:-2] 360 traceback.format_stack())) 631 traceback.format_stack()))
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_errors.py | 405 trace = traceback.format_stack()
|
/external/python/cpython2/Doc/library/ |
D | traceback.rst | 128 .. function:: format_stack([f[, limit]]) 252 ... print repr(traceback.format_stack()) 266 ' File "<doctest>", line 8, in lumberstack\n print repr(traceback.format_stack())\n']
|
/external/toolchain-utils/cros_utils/ |
D | logger.py | 157 '\n'.join(traceback.format_stack())) 297 '\n'.join(traceback.format_stack()))
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_should_use.py | 64 [line.rstrip() for line in traceback.format_stack(self._stack_frame)])
|
/external/autotest/client/cros/cellular/ |
D | prologix_scpi_driver.py | 52 self.connection_data = {self.connection_key: traceback.format_stack()}
|
/external/tensorflow/tensorflow/python/platform/ |
D | tf_logging.py | 67 sinfo = '\n'.join(_traceback.format_stack())
|
/external/python/cpython2/Lib/test/ |
D | test_traceback.py | 226 return traceback.format_stack()
|
D | test_signal.py | 52 return ''.join(traceback.format_stack(frame, limit=limit))
|
/external/python/cpython2/Lib/ |
D | traceback.py | 272 def format_stack(f=None, limit=None): function
|
/external/python/cpython3/Doc/library/ |
D | traceback.rst | 158 .. function:: format_stack(f=None, limit=None) 457 ... print(repr(traceback.format_stack())) 471 ' File "<doctest>", line 8, in lumberstack\n print(repr(traceback.format_stack()))\n']
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | template_test.py | 157 first = traceback.format_stack() 158 second = traceback.format_stack()
|
/external/python/cpython3/Lib/ |
D | traceback.py | 193 def format_stack(f=None, limit=None): function
|
/external/python/cpython3/Lib/test/ |
D | test_traceback.py | 285 stfmt = traceback.format_stack(sys._getframe(1)) 493 return traceback.format_stack()
|
/external/autotest/client/common_lib/ |
D | base_job.py | 658 logging.warning(traceback.format_stack())
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 675 format_stack(), and extract_stack() called without arguments.
|