示例#1
0
 def __ge__(self, other):
     return _ffi_api._OpGE(self, other)
示例#2
0
 def __ge__(self, other):
     return _ffi_api._OpGE(self, other, None)  # type: ignore