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

Method do_strip

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

Source from the content-addressed store, hash-verified

748 self.generic_help()
749
750 def do_strip(self, line):
751 if self.stats:
752 self.stats.strip_dirs()
753 else:
754 print("No statistics object is loaded.", file=self.stream)
755 def help_strip(self):
756 print("Strip leading path information from filenames in the report.", file=self.stream)
757

Callers

nothing calls this directly

Calls 2

strip_dirsMethod · 0.80
printFunction · 0.50

Tested by

no test coverage detected