def operation()

in src/openwhisk/openwhisk.py [0:0]


    def operation(self, method, options):
        options = self.parse_options(options)
        id = options['id']
        return self.request({ 'method':method, 'id':id, 'options':options })