For the provided value return the parameter name(s) seperated by sep. If you provide a int that represents two or more binary values, it will return all parameter names that binary value represents seperated by sep. If no meaningful value is found it will return the provided default. :param
(self, value, default='None', sep=' ')