Searched refs:most_recent_first (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/ |
D | tracemalloc.py | 214 def format(self, limit=None, most_recent_first=False): argument 224 if most_recent_first:
|
/external/python/cpython3/Lib/test/ |
D | test_tracemalloc.py | 593 self.assertEqual(tb.format(most_recent_first=True), 599 self.assertEqual(tb.format(limit=1, most_recent_first=True), 603 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
|
/external/python/cpython3/Doc/library/ |
D | tracemalloc.rst | 669 .. method:: format(limit=None, most_recent_first=False) 675 If *most_recent_first* is ``True``, the order of the formatted frames
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a3.rst | 378 frames. To get the old behaviour, one can use the new *most_recent_first*
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1471 the new *most_recent_first* argument to ``Traceback.format()``.
|