MCPcopy Index your code
hub / github.com/theskumar/python-dotenv / Binding

Class Binding

src/dotenv/parser.py:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class Binding(NamedTuple):
41 key: Optional[str]
42 value: Optional[str]
43 original: Original
44 error: bool
45
46
47class Position:

Callers 1

parse_bindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…