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

Method __init__

recipes/Python/578138_gprof2dotpy/recipe-578138.py:1400–1402  ·  view source on GitHub ↗
(self, infile)

Source from the content-addressed store, hash-verified

1398 """
1399
1400 def __init__(self, infile):
1401 LineParser.__init__(self, infile)
1402 self.profile = Profile()
1403
1404 def readline(self):
1405 # Override LineParser.readline to ignore comment lines

Callers

nothing calls this directly

Calls 2

ProfileClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected