MCPcopy Create free account
hub / github.com/dagger/dagger / duck

Function duck

sdk/python/tests/mod/test_interfaces.py:49–56  ·  view source on GitHub ↗
(mod: Module)

Source from the content-addressed store, hash-verified

47
48@pytest.fixture
49async def duck(mod: Module):
50 r, t = await mod.get_structured_result(
51 "Pond",
52 {"duck": "123456"},
53 "duck",
54 {},
55 )
56 return r, t
57
58
59def test_registered_functions(mod: Module):

Callers

nothing calls this directly

Calls 1

get_structured_resultMethod · 0.80

Tested by

no test coverage detected