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

Function parse_stream

src/dotenv/parser.py:179–182  ·  view source on GitHub ↗
(stream: IO[str])

Source from the content-addressed store, hash-verified

177
178
179def parse_stream(stream: IO[str]) -> Iterator[Binding]:
180 reader = Reader(stream)
181 while reader.has_next():
182 yield parse_binding(reader)

Callers 4

test_parse_streamFunction · 0.90
parseMethod · 0.85
set_keyFunction · 0.85
unset_keyFunction · 0.85

Calls 3

has_nextMethod · 0.95
ReaderClass · 0.85
parse_bindingFunction · 0.85

Tested by 1

test_parse_streamFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…