MCPcopy 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
89class ReadFileStdin(ReadFile):

Callers 1

test_readMethod · 0.95

Calls 1

doneMethod · 0.45

Tested by 1

test_readMethod · 0.76