Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ reverse_order
Method
reverse_order
Lib/pstats.py:278–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
276
return
self
277
278
def
reverse_order(self):
279
if
self.fcn_list:
280
self.fcn_list.reverse()
281
return
self
282
283
def
strip_dirs(self):
284
oldstats = self.stats
Callers
1
do_reverse
Method · 0.80
Calls
1
reverse
Method · 0.45
Tested by
no test coverage detected