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

Method _run_impl

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

Source from the content-addressed store, hash-verified

1048 rerun_on_resume: bool = True
1049
1050 async def _run_impl(
1051 self, *, ctx: Context, node_input: Any
1052 ) -> AsyncGenerator[Any, None]:
1053 call_counts['outer'] += 1
1054 mid_out = await ctx.run_node(_Middle(name='middle'), 'start')
1055 yield f'outer({mid_out})'
1056
1057 events1, events2, _, _, _ = await _run_two_turns(
1058 _Outer(name='top'),

Callers

nothing calls this directly

Calls 2

_MiddleClass · 0.85
run_nodeMethod · 0.80

Tested by

no test coverage detected