def __ne__(self, other):
     '''
     In MappedArrays, != is always the opposite of ==
     '''
     return MaskedArray.__ne__(self.raw, self.__coerce_type(other))
示例#2
0
 def __ne__(self, other):
     '''
     In MappedArrays, != is always the opposite of ==
     '''
     return MaskedArray.__ne__(self.raw, self.__coerce_type(other))