MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / seek

Method seek

tools/python-3.11.9-amd64/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 15

_sock_sendfile_nativeMethod · 0.45
_sendfile_fallbackMethod · 0.45
closeMethod · 0.45
pushMethod · 0.45
shouldRolloverMethod · 0.45
_restoreStdoutMethod · 0.45
_parseFunction · 0.45
__getitem__Method · 0.45
_addvalMethod · 0.45
_setvalMethod · 0.45
copy_scriptsMethod · 0.45

Calls 1

__nextMethod · 0.95

Tested by 3

test_read_metadataMethod · 0.36
test_debug_modeMethod · 0.36
test_debug_printMethod · 0.36