Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
def
_is_set(value: Any) -> bool:
137
return
value is not None and not isinstance(value, Unset)
Callers
13
_populate_form
Function · 0.85
serialize_multipart_form
Function · 0.85
serialize_form_data
Function · 0.85
generate_url
Function · 0.85
_populate_path_params
Function · 0.85
get_headers
Function · 0.85
_serialize_header
Function · 0.85
get_query_params
Function · 0.85
_populate_query_params
Function · 0.85
_populate_deep_object_query_params
Function · 0.85
_populate_deep_object_query_params_basemodel
Function · 0.85
_populate_deep_object_query_params_dict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected