Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ _make_proxy
Function
_make_proxy
tests/test_local.py:219–223 · tests/test_local.py::_make_proxy
(value)
Source
from the content-addressed store, hash-verified
217
218
219
def
_make_proxy(value):
220
ns = local.Local(_cv_ns)
221
ns.value = value
222
p = ns(
class
="st">"value")
223
return
ns, p
224
225
226
def
test_proxy_type():
Callers
15
test_proxy_type
Function · 0.85
test_proxy_string_representations
Function · 0.85
test_proxy_hash
Function · 0.85
test_proxy_binop_int
Function · 0.85
test_proxy_uop_int
Function · 0.85
test_proxy_numeric
Function · 0.85
test_proxy_iop
Function · 0.85
test_proxy_matmul
Function · 0.85
test_proxy_str
Function · 0.85
test_proxy_list
Function · 0.85
test_proxy_copy
Function · 0.85
test_proxy_iterator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected