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

Class OtherPlatform

src/opencode_ai/_base_client.py:1856–1862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854
1855
1856class OtherPlatform:
1857 def __init__(self, name: str) -> None:
1858 self.name = name
1859
1860 @override
1861 def __str__(self) -> str:
1862 return f"Other:{self.name}"
1863
1864
1865Platform = Union[

Callers 1

get_platformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected