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

Method seek

Lib/re/_parser.py:295–297  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

293 def tell(self):
294 return self.index - len(self.next or '')
295 def seek(self, index):
296 self.index = index
297 self.__next()
298
299 def error(self, msg, offset=0):
300 if not self.istext:

Callers 14

_sock_sendfile_nativeMethod · 0.45
_sendfile_fallbackMethod · 0.45
closeMethod · 0.45
pushMethod · 0.45
_restoreStdoutMethod · 0.45
_parseFunction · 0.45
__getitem__Method · 0.45
_addvalMethod · 0.45
_setvalMethod · 0.45
reorganizeMethod · 0.45
gen_colorsFunction · 0.45

Calls 1

__nextMethod · 0.95

Tested by

no test coverage detected