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

Class Original

src/dotenv/parser.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class Original(NamedTuple):
36 string: str
37 line: int
38
39
40class Binding(NamedTuple):

Callers 1

get_markedMethod · 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…