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

Method reverse_order

tools/python-3.11.9-amd64/Lib/pstats.py:276–279  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 return self
275
276 def reverse_order(self):
277 if self.fcn_list:
278 self.fcn_list.reverse()
279 return self
280
281 def strip_dirs(self):
282 oldstats = self.stats

Callers 1

do_reverseMethod · 0.80

Calls 1

reverseMethod · 0.45

Tested by

no test coverage detected