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

Method __init__

recipes/Python/578138_gprof2dotpy/recipe-578138.py:1979–1984  ·  view source on GitHub ↗
(self, stream)

Source from the content-addressed store, hash-verified

1977 """
1978
1979 def __init__(self, stream):
1980 Parser.__init__(self)
1981 self.stream = stream
1982 self.profile = Profile()
1983 self.profile[SAMPLES] = 0
1984 self.column = {}
1985
1986 def parse(self):
1987 import csv

Callers

nothing calls this directly

Calls 2

ProfileClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected