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

Method start

src/dotenv/parser.py:53–54  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

51
52 @classmethod
53 def start(cls) -> "Position":
54 return cls(chars=0, line=1)
55
56 def set(self, other: "Position") -> None:
57 self.chars = other.chars

Callers 3

__init__Method · 0.80
read_regexMethod · 0.80

Calls

no outgoing calls

Tested by 1