MCPcopy
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
219def _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
226def test_proxy_type():

Callers 15

test_proxy_typeFunction · 0.85
test_proxy_hashFunction · 0.85
test_proxy_binop_intFunction · 0.85
test_proxy_uop_intFunction · 0.85
test_proxy_numericFunction · 0.85
test_proxy_iopFunction · 0.85
test_proxy_matmulFunction · 0.85
test_proxy_strFunction · 0.85
test_proxy_listFunction · 0.85
test_proxy_copyFunction · 0.85
test_proxy_iteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected