Esempio n. 1
0
 def __ne__(self, other):
     return _ffi_api._OpNE(self, other)
Esempio n. 2
0
 def __ne__(self, other):
     return _ffi_api._OpNE(self, other, None)  # type: ignore
Esempio n. 3
0
 def asobject(self):
     """Convert object."""
     return _ffi_api._OpNE(self.a, self.b)
Esempio n. 4
0
 def asobject(self):
     """Convert object."""
     return _ffi_api._OpNE(self.a, self.b, self.span)  # type: ignore