MCPcopy Index your code
hub / github.com/python/cpython / do_strip

Method do_strip

Lib/pstats.py:810–814  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

808 self.generic_help()
809
810 def do_strip(self, line):
811 if self.stats:
812 self.stats.strip_dirs()
813 else:
814 print("No statistics object is loaded.", file=self.stream)
815 def help_strip(self):
816 print("Strip leading path information from filenames in the report.", file=self.stream)
817

Callers

nothing calls this directly

Calls 1

strip_dirsMethod · 0.80

Tested by

no test coverage detected