MCPcopy Create free account
hub / github.com/theskumar/python-dotenv / has_next

Method has_next

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

Source from the content-addressed store, hash-verified

66 self.mark = Position.start()
67
68 def has_next(self) -> bool:
69 return self.position.chars < len(self.string)
70
71 def set_mark(self) -> None:
72 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