Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtracemalloc.py394 def __init__(self, traces, traceback_limit): argument
398 self.traceback_limit = traceback_limit
449 return Snapshot(new_traces, self.traceback_limit)
533 traceback_limit = get_traceback_limit()
534 return Snapshot(traces, traceback_limit)
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py65 traceback_limit = None # Print entire traceback to self.get_stderr() variable in BaseHandler
295 self.traceback_limit, stderr
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py117 traceback_limit = None # Print entire traceback to self.get_stderr() variable in BaseHandler
357 self.traceback_limit, stderr
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py41 traceback_limit = 2
57 snapshot = tracemalloc.Snapshot(raw_traces, traceback_limit)
69 snapshot2 = tracemalloc.Snapshot(raw_traces2, traceback_limit)
314 self.assertEqual(snapshot.traceback_limit, 5)
/external/python/cpython3/Doc/library/
Dtracemalloc.rst443 :func:`get_traceback_limit` function and :attr:`Snapshot.traceback_limit`
540 .. attribute:: traceback_limit
Dwsgiref.rst655 .. attribute:: BaseHandler.traceback_limit
/external/python/cpython2/Doc/library/
Dwsgiref.rst620 .. attribute:: BaseHandler.traceback_limit