MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / do_reverse

Method do_reverse

tools/python-3.11.9-amd64/Lib/pstats.py:717–722  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

715 print("Without argument, reload the current file.", file=self.stream)
716
717 def do_reverse(self, line):
718 if self.stats:
719 self.stats.reverse_order()
720 else:
721 print("No statistics object is loaded.", file=self.stream)
722 return 0
723 def help_reverse(self):
724 print("Reverse the sort order of the profiling report.", file=self.stream)
725

Callers

nothing calls this directly

Calls 2

reverse_orderMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected