Beispiel #1
0
 def __le__(self, other):
     return _ffi_api._OpLE(self, other)
Beispiel #2
0
 def __le__(self, other):
     return _ffi_api._OpLE(self, other, None)  # type: ignore