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