Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ start
Method
start
src/dotenv/parser.py:46–47 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
44
45
@classmethod
46
def
start(cls) ->
"Position"
:
47
return
cls(chars=0, line=1)
48
49
def
set(self, other:
"Position"
) -> None:
50
self.chars = other.chars
Callers
2
__init__
Method · 0.80
read_regex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected