MCPcopy
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
428def StrMatching(match: str) -> str | _AnyStrPlaceholder[str]:
429 return _AnyStrPlaceholder(match)
430
431
432class EchoLayer(Layer):

Callers 1

test_untrusted_certMethod · 0.90

Calls 1

_AnyStrPlaceholderClass · 0.85

Tested by 1

test_untrusted_certMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…