Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getpos
Method
getpos
Tools/cases_generator/plexer.py:13–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
self.pos = 0
12
13
def
getpos(self) -> int:
14
# Current position
15
return
self.pos
16
17
def
eof(self) -> bool:
18
# Are we at EOF?
Callers
6
parse_files
Function · 0.45
contextual_wrapper
Function · 0.45
inputs
Method · 0.45
outputs
Method · 0.45
flags
Method · 0.45
members
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected