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

Class OtherArch

src/opencode_ai/_base_client.py:1934–1940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1932
1933
1934class OtherArch:
1935 def __init__(self, name: str) -> None:
1936 self.name = name
1937
1938 @override
1939 def __str__(self) -> str:
1940 return f"other:{self.name}"
1941
1942
1943Arch = Union[OtherArch, Literal["x32", "x64", "arm", "arm64", "unknown"]]

Callers 1

get_architectureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected