Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/theskumar/python-dotenv
/ Binding
Class
Binding
src/dotenv/parser.py:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
class
Binding(NamedTuple):
34
key: Optional[str]
35
value: Optional[str]
36
original: Original
37
error: bool
38
39
40
class
Position:
Callers
1
parse_binding
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected