Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ StrMatching
Function
StrMatching
test/mitmproxy/proxy/tutils.py:428–429 ·
view source on GitHub ↗
(match: str)
Source
from the content-addressed store, hash-verified
426
427
# noinspection PyPep8Naming
428
def
StrMatching(match: str) -> str | _AnyStrPlaceholder[str]:
429
return
_AnyStrPlaceholder(match)
430
431
432
class
EchoLayer(Layer):
Callers
1
test_untrusted_cert
Method · 0.90
Calls
1
_AnyStrPlaceholder
Class · 0.85
Tested by
1
test_untrusted_cert
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…