Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
class
Bar2(TypedDict):
55
this_thing: Annotated[int, PropertyInfo(alias=
"this__thing"
)]
56
baz: Annotated[Baz2, PropertyInfo(alias=
"Baz"
)]
57
58
59
class
Baz2(TypedDict):
Callers
nothing calls this directly
Calls
1
PropertyInfo
Class · 0.90
Tested by
no test coverage detected