MCPcopy 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
33class Binding(NamedTuple):
34 key: Optional[str]
35 value: Optional[str]
36 original: Original
37 error: bool
38
39
40class Position:

Callers 1

parse_bindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected