MCPcopy Create free account
hub / github.com/ActiveState/code / __init__

Method __init__

recipes/Python/578138_gprof2dotpy/recipe-578138.py:169–173  ·  view source on GitHub ↗
(self, callee_id)

Source from the content-addressed store, hash-verified

167 """
168
169 def __init__(self, callee_id):
170 Object.__init__(self)
171 self.callee_id = callee_id
172 self.ratio = None
173 self.weight = None
174
175
176class Function(Object):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected