Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_native
Method · 0.45
_sock_sendfile_fallback
Method · 0.45
_sendfile_fallback
Method · 0.45
close
Method · 0.45
push
Method · 0.45
shouldRollover
Method · 0.45
_restoreStdout
Method · 0.45
_parse
Function · 0.45
__getitem__
Method · 0.45
_addval
Method · 0.45
_setval
Method · 0.45
copy_scripts
Method · 0.45
Calls
1
__next
Method · 0.95
Tested by
3
test_read_metadata
Method · 0.36
test_debug_mode
Method · 0.36
test_debug_print
Method · 0.36