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

Method tell

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

Source from the content-addressed store, hash-verified

161 return
162
163 def tell(self):
164 return self.bufpos+self.charpos
165
166 def poll(self, pos=None, n=80):
167 pos0 = self.fp.tell()

Callers 10

pollMethod · 0.80
fillbufMethod · 0.80
revreadlinesMethod · 0.80
__init__Method · 0.80
create_unicode_mapMethod · 0.80
fillbufMethod · 0.80
rewindMethod · 0.80
__getitem__Method · 0.80
_buildIndexCacheFileMethod · 0.80
binarySearchFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected