MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / get_oauth_items_params

Function get_oauth_items_params

python/seldon/cli/cmd_api.py:107–112  ·  view source on GitHub ↗
(opts,params)

Source from the content-addressed store, hash-verified

105 return params
106
107def get_oauth_items_params(opts,params):
108 if not opts.full is None:
109 params["full"] = opts.full
110 params["type"] = opts.type
111 params["limit"] = opts.limit
112 return params
113
114def call_js(gopts,command_data,opts,auth):
115 params = {}

Callers 1

call_oauthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected