MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / assert_empty_iter

Function assert_empty_iter

tests/test_streaming.py:239–241  ·  view source on GitHub ↗
(iter: Iterator[ServerSentEvent] | AsyncIterator[ServerSentEvent])

Source from the content-addressed store, hash-verified

237 return next(iter)
238
239
240async def assert_empty_iter(iter: Iterator[ServerSentEvent] | AsyncIterator[ServerSentEvent]) -> None:
241 with pytest.raises((StopAsyncIteration, RuntimeError)):
242 await iter_next(iter)
243
244

Calls 1

iter_nextFunction · 0.70

Tested by

no test coverage detected