MCPcopy 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_filesFunction · 0.45
contextual_wrapperFunction · 0.45
inputsMethod · 0.45
outputsMethod · 0.45
flagsMethod · 0.45
membersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected