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

Method _run_impl

tests/unittests/runners/test_runner_node.py:710–714  ·  view source on GitHub ↗
(
        self, *, ctx: Context, node_input: Any
    )

Source from the content-addressed store, hash-verified

708 rerun_on_resume: bool = True
709
710 async def _run_impl(
711 self, *, ctx: Context, node_input: Any
712 ) -> AsyncGenerator[Any, None]:
713 result = await ctx.run_node(_ChildNode(name='child'), 'hello')
714 yield f'parent got: {result}'
715
716 events, _, _ = await _run_node(_ParentNode(name='parent'), message='go')
717

Callers

nothing calls this directly

Calls 8

_ChildNodeClass · 0.85
typeFunction · 0.85
_MockNodeClass · 0.85
_make_interrupt_eventFunction · 0.85
_ChildAClass · 0.85
_ChildBClass · 0.85
_InterruptChildClass · 0.85
run_nodeMethod · 0.80

Tested by

no test coverage detected