Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ reading
Method
reading
mitmproxy/addons/readfile.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
84
@command.command(
"readfile.reading"
)
85
def
reading(self) -> bool:
86
return
bool(self._read_task and not self._read_task.done())
87
88
89
class
ReadFileStdin(ReadFile):
Callers
1
test_read
Method · 0.95
Calls
1
done
Method · 0.45
Tested by
1
test_read
Method · 0.76