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

Method __init__

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

Source from the content-addressed store, hash-verified

1763class SysprofParser(XmlParser):
1764
1765 def __init__(self, stream):
1766 XmlParser.__init__(self, stream)
1767
1768 def parse(self):
1769 objects = {}

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected