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

Method __init__

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

Source from the content-addressed store, hash-verified

1670 trace_id_re = re.compile(r'^TRACE (\d+):$')
1671
1672 def __init__(self, infile):
1673 LineParser.__init__(self, infile)
1674 self.traces = {}
1675 self.samples = {}
1676
1677 def parse(self):
1678 # read lookahead

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected