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:821–825 ·
view source on GitHub ↗
(self, fp)
Source
from the content-addressed store, hash-verified
819
""
"
820
821
def
__init__(self, fp):
822
Parser.__init__(self)
823
self.fp = fp
824
self.functions = {}
825
self.cycles = {}
826
827
def
readline(self):
828
line = self.fp.readline()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected