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

Method __init__

src/dotenv/parser.py:41–43  ·  view source on GitHub ↗
(self, chars: int, line: int)

Source from the content-addressed store, hash-verified

39
40class Position:
41 def __init__(self, chars: int, line: int) -> None:
42 self.chars = chars
43 self.line = line
44
45 @classmethod
46 def start(cls) -> "Position":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected