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

Function parent_a

tests/unittests/workflow/test_workflow_dynamic_nodes.py:656–658  ·  view source on GitHub ↗
(*, ctx, node_input)

Source from the content-addressed store, hash-verified

654
655 @node(rerun_on_resume=True)
656 async def parent_a(*, ctx, node_input):
657 result = await ctx.run_node(child, node_input='complete')
658 yield f'a: {result}'
659
660 @node(rerun_on_resume=True)
661 async def parent_b(*, ctx, node_input):

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected