Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
error
Method · 0.95
shouldRollover
Method · 0.45
_parse
Function · 0.45
_addval
Method · 0.45
recv_bytes_into
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected