Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_mark
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected