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

Method reset

pattern/web/pdf/psparser.py:481–486  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

479 return
480
481 def reset(self):
482 self.context = []
483 self.curtype = None
484 self.curstack = []
485 self.results = []
486 return
487
488 def seek(self, pos):
489 PSBaseParser.seek(self, pos)

Callers 5

__init__Method · 0.95
seekMethod · 0.95
stripMethod · 0.45
parseMethod · 0.45
read_xref_fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected