Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ ParseResult
Class
ParseResult
mitmproxy/command.py:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
160
161
class
ParseResult(NamedTuple):
162
value: str
163
type: type
164
valid: bool
165
166
167
class
CommandManager:
Callers
1
parse_partial
Method · 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…