Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __init__
Method
__init__
recipes/Python/578138_gprof2dotpy/recipe-578138.py:258–261 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
256
""
"The whole profile."
""
257
258
def
__init__(self):
259
Object.__init__(self)
260
self.functions = {}
261
self.cycles = []
262
263
def
add_function(self, function):
264
if
function.id in self.functions:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected