MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / Bar2

Class Bar2

tests/test_transform.py:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54class Bar2(TypedDict):
55 this_thing: Annotated[int, PropertyInfo(alias="this__thing")]
56 baz: Annotated[Baz2, PropertyInfo(alias="Baz")]
57
58
59class Baz2(TypedDict):

Callers

nothing calls this directly

Calls 1

PropertyInfoClass · 0.90

Tested by

no test coverage detected