Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_regex
Method · 0.80
test_load_dotenv_from_fifo
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_load_dotenv_from_fifo
Function · 0.64