↓ 2 callersFunctionget_type_hints(
obj: Any,
globalns: dict[str, Any] | None = None,
localns: Mapping[str, Any] | None = None,
src/opencode_ai/_utils/_transform.py:441
↓ 1 callersFunction_extract_items(
obj: object,
path: Sequence[str],
*,
index: int,
flattened_key: str | None,
)
src/opencode_ai/_utils/_utils.py:57
↓ 1 callersMethod_make_status_error(
self,
err_msg: str,
*,
body: object,
response: httpx.Response,
)
src/opencode_ai/_base_client.py:422