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

Function parent

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

Source from the content-addressed store, hash-verified

119
120 @node(rerun_on_resume=True)
121 async def parent(*, ctx, node_input):
122 result = await ctx.run_node(child, node_input='hello')
123 yield f'parent got: {result}'
124
125 wf = Workflow(name='wf', edges=[(START, parent)])
126 ss = InMemorySessionService()

Callers

nothing calls this directly

Calls 2

run_nodeMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected