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