MCPcopy Index your code
hub / github.com/python/cpython / eof

Method eof

Tools/cases_generator/plexer.py:17–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 return self.pos
16
17 def eof(self) -> bool:
18 # Are we at EOF?
19 return self.pos >= len(self.tokens)
20
21 def setpos(self, pos: int) -> None:
22 # Reset position

Callers 2

plexer.pyFile · 0.80
parse_filesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected