Home
last modified time | relevance | path

Searched refs:__rsub__ (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dadolc-octave.i110 adub* __rsub__(double a) const { in __rsub__() function
116 adub* __rsub__(const pdouble& a) const { in __rsub__() function
155 adub* __rsub__(double a) const { in __rsub__() function
/dports/astro/py-astropy/astropy-5.0/astropy/units/function/
H A Dlogarithmic.py103 def __rsub__(self, other): member in LogUnit
262 def __rsub__(self, other): member in LogQuantity
263 new_unit = self.unit.__rsub__(
265 result = self._function_view.__rsub__(
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/dateutil/
H A Drelativedelta.pyi74 def __rsub__(self: _SelfT, other: relativedelta) -> _SelfT: ...
76 def __rsub__(self: _SelfT, other: timedelta) -> _SelfT: ...
78 def __rsub__(self, other: _DateT) -> _DateT: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/python-dateutil/dateutil/
H A Drelativedelta.pyi80 def __rsub__(self: _SelfT, other: relativedelta) -> _SelfT: ...
82 def __rsub__(self: _SelfT, other: timedelta) -> _SelfT: ...
84 def __rsub__(self, other: _DateT) -> _DateT: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/dateutil/
H A Drelativedelta.pyi74 def __rsub__(self: _SelfT, other: relativedelta) -> _SelfT: ...
76 def __rsub__(self: _SelfT, other: timedelta) -> _SelfT: ...
78 def __rsub__(self, other: _DateT) -> _DateT: ...
/dports/science/py-quantities/quantities-0.12.5/quantities/
H A Dunitquantity.py185 @with_doc(Quantity.__rsub__, use_header=False)
186 def __rsub__(self, other): member in UnitQuantity
188 return self.rescale(other.units).__rsub__(other)
190 return self.view(Quantity).__rsub__(other)
196 @with_doc(Quantity.__rsub__, use_header=False)
/dports/devel/py-durus/Durus-3.9/test/
H A Dutest_persistent_set.py226 assert s1.__rsub__(s2) == set_type()
228 assert s1.__rsub__(s3) == s3
229 assert s3.__rsub__(s1) == set_type()
231 assert s3.__rsub__(s4) == set_type('c')
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A D_typed_ops.pyi54 def __rsub__(self: T_Dataset, other: DsCompatible) -> T_Dataset: ...
180 def __rsub__(self, other: T_Dataset) -> T_Dataset: ...
184 def __rsub__(self: T_DataArray, other: DaCompatible) -> T_DataArray: ...
350 def __rsub__(self, other: T_Dataset) -> T_Dataset: ...
352 def __rsub__(self, other: T_DataArray) -> T_DataArray: ...
354 def __rsub__(self: T_Variable, other: VarCompatible) -> T_Variable: ...
520 def __rsub__(self, other: T_Dataset) -> T_Dataset: ...
524 def __rsub__(self, other: GroupByIncompatible) -> NoReturn: ...
680 def __rsub__(self, other: T_Dataset) -> T_Dataset: ...
682 def __rsub__(self, other: T_DataArray) -> T_DataArray: ...
[all …]
H A D_typed_ops.py66 def __rsub__(self, other): member in DatasetOpsMixin
170 __rsub__.__doc__ = operator.sub.__doc__
256 def __rsub__(self, other): member in DataArrayOpsMixin
360 __rsub__.__doc__ = operator.sub.__doc__
446 def __rsub__(self, other): member in VariableOpsMixin
550 __rsub__.__doc__ = operator.sub.__doc__
636 def __rsub__(self, other): member in DatasetGroupByOpsMixin
680 __rsub__.__doc__ = operator.sub.__doc__
748 def __rsub__(self, other): member in DataArrayGroupByOpsMixin
792 __rsub__.__doc__ = operator.sub.__doc__
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/python-skeletons/numpy/core/
H A D__init__.py925 def __rsub__(self, *args, **kwargs): # real signature unknown member in generic
1261 def __rsub__(self, *args, **kwargs): # real signature unknown member in int8
1515 def __rsub__(self, *args, **kwargs): # real signature unknown member in complex_
1771 def __rsub__(self, *args, **kwargs): # real signature unknown member in singlecomplex
2009 def __rsub__(self, *args, **kwargs): # real signature unknown member in float_
2258 def __rsub__(self, *args, **kwargs): # real signature unknown member in half
2440 def __rsub__(self, *args, **kwargs): # real signature unknown member in single
2622 def __rsub__(self, *args, **kwargs): # real signature unknown member in long
2809 def __rsub__(self, *args, **kwargs): # real signature unknown member in short
2987 def __rsub__(self, *args, **kwargs): # real signature unknown member in intc
[all …]
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/datatypes/
H A Dnumeric.py81 def __rsub__(self, other: object) -> Union[float, 'Float10', 'Float']: member in Float10
83 return self.__class__(super(Float10, self).__rsub__(other))
85 return super(Float10, self).__rsub__(other)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dfractions.pyi57 def __rsub__(self, other: Union[int, Fraction]) -> Fraction: ...
59 def __rsub__(self, other: float) -> float: ...
61 def __rsub__(self, other: complex) -> complex: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dfractions.pyi61 def __rsub__(self, other: Union[int, Fraction]) -> Fraction: ...
63 def __rsub__(self, other: float) -> float: ...
65 def __rsub__(self, other: complex) -> complex: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dfractions.pyi61 def __rsub__(self, other: Union[int, Fraction]) -> Fraction: ...
63 def __rsub__(self, other: float) -> float: ...
65 def __rsub__(self, other: complex) -> complex: ...
/dports/devel/py-infinity/infinity-1.5/
H A DCHANGES.rst28 - Added support for __rdiv__, __radd__, __rsub__ and __rmul__ operators
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/key_definitions/
H A Dundefined.py14 def __rsub__(self, other): member in Undefined
H A Dunknown_size.py15 def __rsub__(self, other): member in UnknownSize
/dports/devel/py-prefixed/prefixed-0.3.2/prefixed/
H A D__init__.py355 def __rsub__(self, value): member in Float
357 return self.__class__(super(Float, self).__rsub__(value))
/dports/math/py-CyLP/CyLP-0.91.4/cylp/py/utils/
H A DsparseUtil.py216 def __rsub__(self, other): member in csc_matrixPlus
219 return sparse.csc_matrix.__rsub__(self, other)
456 def __rsub__(self, other): member in csr_matrixPlus
459 return sparse.csr_matrix.__rsub__(self, other)
/dports/math/z3/z3-z3-4.8.13/src/api/python/z3/
H A Dz3rcf.py100 def __rsub__(self, other): member in RCFNum
113 return self.__rsub__(0)
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/python/z3/
H A Dz3rcf.py95 def __rsub__(self, other): member in RCFNum
108 return self.__rsub__(0)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dalias.py291 def __rsub__(self, other): member in Alias
294 return self.aliased_object.__rsub__(other)
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_convert.py169 assert x.__rsub__(a) is NotImplemented
183 assert z.__rsub__(a) is NotImplemented
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Doperator_overload_break.i55 Op __rsub__(int lhs) { in __rsub__() function
/dports/security/py-angr/angr-9.0.5405/angr/analyses/propagator/
H A Dvalues.py25 def __rsub__(self, other): member in Top

12345678910>>...29