Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ Placeholder
Function
Placeholder
test/mitmproxy/proxy/tutils.py:405–406 ·
view source on GitHub ↗
(cls: type[T] = Any)
Source
from the content-addressed store, hash-verified
403
404
# noinspection PyPep8Naming
405
def
Placeholder(cls: type[T] = Any) -> T | _Placeholder[T]:
406
return
_Placeholder(cls)
407
408
409
class
_AnyStrPlaceholder(_Placeholder[AnyStr]):
Callers
15
test_post_handshake_authentication
Method · 0.90
test_upgrade
Function · 0.90
test_upgrade_streamed
Function · 0.90
test_close_normal
Function · 0.90
test_upstream_https
Function · 0.90
test_reverse_proxy
Function · 0.90
test_reverse_dns
Function · 0.90
test_quic
Function · 0.90
test_udp
Function · 0.90
test_reverse_proxy_tcp_over_tls
Function · 0.90
test_transparent_tcp
Function · 0.90
test_socks5_success
Function · 0.90
Calls
1
_Placeholder
Class · 0.85
Tested by
15
test_post_handshake_authentication
Method · 0.72
test_upgrade
Function · 0.72
test_upgrade_streamed
Function · 0.72
test_close_normal
Function · 0.72
test_upstream_https
Function · 0.72
test_reverse_proxy
Function · 0.72
test_reverse_dns
Function · 0.72
test_quic
Function · 0.72
test_udp
Function · 0.72
test_reverse_proxy_tcp_over_tls
Function · 0.72
test_transparent_tcp
Function · 0.72
test_socks5_success
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…