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

Method __init__

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

Source from the content-addressed store, hash-verified

146 debug = 0
147
148 def __init__(self, fp):
149 self.fp = fp
150 self.seek(0)
151 return
152
153 def __repr__(self):
154 return '<%s: %r, bufpos=%d>' % (self.__class__.__name__, self.fp, self.bufpos)

Callers

nothing calls this directly

Calls 1

seekMethod · 0.95

Tested by

no test coverage detected