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

Method set_mark

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

Source from the content-addressed store, hash-verified

76 return self.position.chars < len(self.string)
77
78 def set_mark(self) -> None:
79 self.mark.set(self.position)
80
81 def get_marked(self) -> Original:
82 return Original(

Callers 1

parse_bindingFunction · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected