in src/openwhisk/openwhisk.py [0:0]
def parse_options(self, options=None): if isinstance(options, str): options = { 'name': options } return options if options is not None else {}