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

Class MyParser

pattern/web/pdf/psparser.py:648–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646 def get_tokens(self, s):
647 import StringIO
648 class MyParser(PSBaseParser):
649 def flush(self):
650 self.add_results(*self.popall())
651 parser = MyParser(StringIO.StringIO(s))
652 r = []
653 try:

Callers 2

get_tokensMethod · 0.85
get_objectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…