Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ __anext__
Method
__anext__
tests/unittests/models/test_google_llm.py:53–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
return
self
52
53
async
def
__anext__(self):
54
try
:
55
return
next(self.iter)
56
except
StopIteration
as
exc:
57
raise
StopAsyncIteration
from
exc
58
59
async
def
aclose(self):
60
pass
Callers
13
_generate
Method · 0.45
_evaluate_nl_response
Method · 0.45
test_session_not_found_message_includes_alignment_hint
Function · 0.45
test_session_auto_creation
Function · 0.45
test_run_live_auto_create_session
Function · 0.45
test_run_live_persists_event_callback_modifications
Function · 0.45
test_runner_allows_nested_agent_directories
Function · 0.45
test_run_async_teardown_on_aclose
Function · 0.45
test_run_live_passes_get_session_config
Function · 0.45
test_generate_inferences_live
Method · 0.45
test_generate_inferences_live_with_synthetic_events
Method · 0.45
test_workflow_resume_inputs_fallback_branch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected