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

Method __init__

tools/python-3.11.9-amd64/Lib/pstats.py:621–627  ·  view source on GitHub ↗
(self, profile=None)

Source from the content-addressed store, hash-verified

619
620 class ProfileBrowser(cmd.Cmd):
621 def __init__(self, profile=None):
622 cmd.Cmd.__init__(self)
623 self.prompt = "% "
624 self.stats = None
625 self.stream = sys.stdout
626 if profile is not None:
627 self.do_read(profile)
628
629 def generic(self, fn, line):
630 args = line.split()

Callers

nothing calls this directly

Calls 2

do_readMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected