Home
last modified time | relevance | path

Searched refs:most_recent_first (Results 1 – 25 of 52) sorted by relevance

123

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/better-panic-0.2.0/src/
H A Dlib.rs275 most_recent_first: bool, field
286 most_recent_first: true, in default()
344 pub fn most_recent_first(mut self, value: bool) -> Self { in most_recent_first() method
345 self.most_recent_first = value; in most_recent_first()
391 if s.most_recent_first { in print_backtrace()
448 if s.most_recent_first { in print_backtrace()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/better-panic-0.2.0/examples/
H A Ddemo.rs11 .most_recent_first(false) in main()
/dports/devel/mercurial/mercurial-6.0/mercurial/utils/
H A Dmemorytop.py33 for line in stat.traceback.format(most_recent_first=True):
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dtracemalloc.pyi68 … def format(self, limit: Optional[int] = ..., most_recent_first: bool = ...) -> List[str]: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dtracemalloc.pyi68 … def format(self, limit: Optional[int] = ..., most_recent_first: bool = ...) -> List[str]: ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dtracemalloc.pyi67 … def format(self, limit: Optional[int] = ..., most_recent_first: bool = ...) -> List[str]: ...
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/lang/python37/Python-3.7.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dtracemalloc.py214 def format(self, limit=None, most_recent_first=False): argument
224 if most_recent_first:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dtracemalloc.py236 def format(self, limit=None, most_recent_first=False): argument
246 if most_recent_first:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dtracemalloc.py236 def format(self, limit=None, most_recent_first=False): argument
246 if most_recent_first:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dtracemalloc.py236 def format(self, limit=None, most_recent_first=False): argument
246 if most_recent_first:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_tracemalloc.py614 self.assertEqual(tb.format(most_recent_first=True),
620 self.assertEqual(tb.format(limit=1, most_recent_first=True),
624 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_tracemalloc.py614 self.assertEqual(tb.format(most_recent_first=True),
620 self.assertEqual(tb.format(limit=1, most_recent_first=True),
624 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_tracemalloc.py659 self.assertEqual(tb.format(most_recent_first=True),
665 self.assertEqual(tb.format(limit=1, most_recent_first=True),
669 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_tracemalloc.py593 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),
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_tracemalloc.py614 self.assertEqual(tb.format(most_recent_first=True),
620 self.assertEqual(tb.format(limit=1, most_recent_first=True),
624 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_tracemalloc.py658 self.assertEqual(tb.format(most_recent_first=True),
664 self.assertEqual(tb.format(limit=1, most_recent_first=True),
668 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_tracemalloc.py614 self.assertEqual(tb.format(most_recent_first=True),
620 self.assertEqual(tb.format(limit=1, most_recent_first=True),
624 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_tracemalloc.py659 self.assertEqual(tb.format(most_recent_first=True),
665 self.assertEqual(tb.format(limit=1, most_recent_first=True),
669 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_tracemalloc.py614 self.assertEqual(tb.format(most_recent_first=True),
620 self.assertEqual(tb.format(limit=1, most_recent_first=True),
624 self.assertEqual(tb.format(limit=-1, most_recent_first=True),
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtracemalloc.rst667 .. method:: format(limit=None, most_recent_first=False)
673 If *most_recent_first* is ``True``, the order of the formatted frames

123