def __init__()

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


    def __init__(self, options=None):
        self.options = self.parse_options(options if options is not None else {})
        self.actions = Action(self)