blob: 4c6d7657d59d16839eec3e87a90ffbb77cc9b79a [file] [log] [blame]
ops = {'and': all, 'or': any}
op = ops['or']
ops['and']()
op()