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

Method __init__

tools/python-3.11.9-amd64/Lib/pstats.py:108–116  ·  view source on GitHub ↗
(self, *args, stream=None)

Source from the content-addressed store, hash-verified

106 """
107
108 def __init__(self, *args, stream=None):
109 self.stream = stream or sys.stdout
110 if not len(args):
111 arg = None
112 else:
113 arg = args[0]
114 args = args[1:]
115 self.init(arg)
116 self.add(*args)
117
118 def init(self, arg):
119 self.all_callees = None # calc only if needed

Callers 1

__init__Method · 0.45

Calls 2

initMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected