MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/web/pdf/psparser.py:476–479  ·  view source on GitHub ↗
(self, fp)

Source from the content-addressed store, hash-verified

474class PSStackParser(PSBaseParser):
475
476 def __init__(self, fp):
477 PSBaseParser.__init__(self, fp)
478 self.reset()
479 return
480
481 def reset(self):
482 self.context = []

Callers

nothing calls this directly

Calls 2

resetMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected