99
99
not op._rest_api_callable:
100
100
raise BadRequest('Invalid named operation.')
103
103
(args, vaargs, varkw, defaults) = inspect.getargspec(op)
106
106
# To find missing arguments, we eliminate the provided arguments
107
107
# from the set of remaining function signature arguments. If the