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

Method set

src/dotenv/parser.py:56–58  ·  view source on GitHub ↗
(self, other: "Position")

Source from the content-addressed store, hash-verified

54 return cls(chars=0, line=1)
55
56 def set(self, other: "Position") -> None:
57 self.chars = other.chars
58 self.line = other.line
59
60 def advance(self, string: str) -> None:
61 self.chars += len(string)

Callers 1

set_markMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected