Searched refs:publisher_set (Results 1 - 3 of 3) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_client_api.py | 1094 retjson = cli_inst.publisher_set(json.dumps([]), 1158 retjson = cli_inst.publisher_set(json.dumps(["test1"]))
|
/pkg/src/ |
H A D | client.py | 2136 elif err["errtype"] == "publisher_set": 3717 def publisher_set(op, api_inst, pargs, ssl_key, ssl_cert, origin_uri, function 3751 selected_type=["publisher_set"]) 5287 "set-publisher" : [publisher_set],
|
/pkg/src/modules/client/ |
H A D | client_api.py | 497 "inventory_extra", "plan_license", "publisher_set", 1799 errorType="publisher_set") 1801 "errtype": "publisher_set"}) 3260 def publisher_set(self, pargs_json=None, opts_json=None): member in class:ClientInterface
|
Completed in 111 milliseconds