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

Function my_iter

tests/test_transform.py:426–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 }
425
426 def my_iter() -> Iterable[Baz8]:
427 yield {"foo_baz": "hello"}
428 yield {"foo_baz": "world"}
429
430 assert await transform({"foo": my_iter()}, TypedDictIterableUnion, use_async) == {
431 "FOO": [{"fooBaz": "hello"}, {"fooBaz": "world"}]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected