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