MCPcopy Create free account
hub / github.com/OpenRouterTeam/python-sdk / _is_set

Function _is_set

src/openrouter/utils/values.py:136–137  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

134
135
136def _is_set(value: Any) -> bool:
137 return value is not None and not isinstance(value, Unset)

Callers 13

_populate_formFunction · 0.85
serialize_multipart_formFunction · 0.85
serialize_form_dataFunction · 0.85
generate_urlFunction · 0.85
_populate_path_paramsFunction · 0.85
get_headersFunction · 0.85
_serialize_headerFunction · 0.85
get_query_paramsFunction · 0.85
_populate_query_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected