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

Function my_iter

tests/test_transform.py:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 }
381
382 def my_iter() -> Iterable[Baz8]:
383 yield {"foo_baz": "hello"}
384 yield {"foo_baz": "world"}
385
386 assert await transform({"foo": my_iter()}, TypedDictIterableUnion, use_async) == {
387 "FOO": [{"fooBaz": "hello"}, {"fooBaz": "world"}]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected