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

Class _ChildNode

tests/unittests/runners/test_runner_node.py:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 """ctx.run_node() works in a standalone BaseNode (default scheduler)."""
698
699 class _ChildNode(BaseNode):
700
701 async def _run_impl(
702 self, *, ctx: Context, node_input: Any
703 ) -> AsyncGenerator[Any, None]:
704 yield f'child got: {node_input}'
705
706 class _ParentNode(BaseNode):
707

Callers 1

_run_implMethod · 0.85

Calls

no outgoing calls

Tested by 1

_run_implMethod · 0.68