MCPcopy Index your code
hub / github.com/theskumar/python-dotenv / has_next

Method has_next

src/dotenv/parser.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 self.mark = Position.start()
74
75 def has_next(self) -> bool:
76 return self.position.chars < len(self.string)
77
78 def set_mark(self) -> None:
79 self.mark.set(self.position)

Callers 2

parse_streamFunction · 0.95
parse_bindingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected