Searched refs:traceback_limit (Results 1 – 7 of 7) sorted by relevance
394 def __init__(self, traces, traceback_limit): argument398 self.traceback_limit = traceback_limit449 return Snapshot(new_traces, self.traceback_limit)533 traceback_limit = get_traceback_limit()534 return Snapshot(traces, traceback_limit)
65 traceback_limit = None # Print entire traceback to self.get_stderr() variable in BaseHandler295 self.traceback_limit, stderr
117 traceback_limit = None # Print entire traceback to self.get_stderr() variable in BaseHandler357 self.traceback_limit, stderr
41 traceback_limit = 257 snapshot = tracemalloc.Snapshot(raw_traces, traceback_limit)69 snapshot2 = tracemalloc.Snapshot(raw_traces2, traceback_limit)314 self.assertEqual(snapshot.traceback_limit, 5)
443 :func:`get_traceback_limit` function and :attr:`Snapshot.traceback_limit`540 .. attribute:: traceback_limit
655 .. attribute:: BaseHandler.traceback_limit
620 .. attribute:: BaseHandler.traceback_limit