MCPcopy Index your code
hub / github.com/google/adk-python / _run_impl

Method _run_impl

tests/unittests/workflow/test_workflow.py:1397–1402  ·  view source on GitHub ↗
(
        self, *, ctx: Context, node_input: Any
    )

Source from the content-addressed store, hash-verified

1395 rerun_on_resume: bool = True
1396
1397 async def _run_impl(
1398 self, *, ctx: Context, node_input: Any
1399 ) -> AsyncGenerator[Any, None]:
1400 await ctx.run_node(func_b, use_as_output=True)
1401 return
1402 yield
1403
1404 wf = Workflow(name='wf', edges=[(START, _Delegator(name='delegator'))])
1405 events, _, _ = await _run_workflow(wf)

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected