MCPcopy
hub / github.com/pallets/werkzeug / get

Function get

tests/test_local.py:555–556  ·  tests/test_local.py::get
()

Source from the content-addressed store, hash-verified

553
554def test_proxy_await():
555 async def get():
556 return 1
557
558 _, p = _make_proxy(get())
559

Callers 1

test_proxy_awaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected