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

Class _ChildA

tests/unittests/runners/test_runner_node.py:885–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883 """
884
885 class _ChildA(BaseNode):
886
887 async def _run_impl(
888 self, *, ctx: Context, node_input: Any
889 ) -> AsyncGenerator[Any, None]:
890 yield 'child_a_output'
891
892 class _ChildB(BaseNode):
893 rerun_on_resume: bool = True

Callers 1

_run_implMethod · 0.85

Calls

no outgoing calls

Tested by 1

_run_implMethod · 0.68