Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
179
def
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_stream
Function · 0.90
parse
Method · 0.85
set_key
Function · 0.85
unset_key
Function · 0.85
Calls
3
has_next
Method · 0.95
Reader
Class · 0.85
parse_binding
Function · 0.85
Tested by
1
test_parse_stream
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…