Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pos
Method
pos
Lib/re/_parser.py:291–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
289
return
result
290
@property
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):
Callers
9
test_pos
Method · 0.45
test_positions
Method · 0.45
test_setx_and_sety
Method · 0.45
test_home
Method · 0.45
test_pos
Method · 0.45
_close_gap_from_i
Method · 0.45
_open_gap_from_i
Method · 0.45
acc
Method · 0.45
step
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_pos
Method · 0.36
test_positions
Method · 0.36
test_setx_and_sety
Method · 0.36
test_home
Method · 0.36
test_pos
Method · 0.36