MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

Lib/re/_parser.py:293–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

291 def pos(self):
292 return self.index - len(self.next or '')
293 def tell(self):
294 return self.index - len(self.next or '')
295 def seek(self, index):
296 self.index = index
297 self.__next()

Callers 5

errorMethod · 0.95
shouldRolloverMethod · 0.45
_parseFunction · 0.45
_addvalMethod · 0.45
recv_bytes_intoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected