def for_binaries(self, binaries): return functools.reduce( operator.ior, (self.for_binary(binary) for binary in binaries))