Home
last modified time | relevance | path

Searched refs:__add__ (Results 1 - 25 of 60) sorted by relevance

123

/third_party/node/deps/v8/third_party/markupsafe/
H A D__init__.py78 def __add__(self, other): member in Markup
80 return self.__class__(super(Markup, self).__add__(self.escape(other)))
85 return self.escape(other).__add__(self)
/third_party/node/tools/inspector_protocol/markupsafe/
H A D__init__.py78 def __add__(self, other): member in Markup
80 return self.__class__(super(Markup, self).__add__(self.escape(other)))
85 return self.escape(other).__add__(self)
/third_party/skia/third_party/externals/markupsafe/
H A D__init__.py78 def __add__(self, other): member in Markup
80 return self.__class__(super(Markup, self).__add__(self.escape(other)))
85 return self.escape(other).__add__(self)
/third_party/markupsafe/
H A D__init__.py81 def __add__(self, other: t.Union[str, "HasHTML"]) -> "te.Self": member in Markup
83 return self.__class__(super().__add__(self.escape(other)))
89 return self.escape(other).__add__(self)
/third_party/littlefs/scripts/
H A Dsummary.py116 def __add__(self, other): member in Int
162 __add__ = Int.__add__ variable in Float
211 def __add__(self, other): member in Frac
320 def __add__(self, other): function
338 '__add__': __add__,
H A Dcov.py100 def __add__(self, other): member in Int
154 def __add__(self, other): member in Frac
194 def __add__(self, other): member in CovResult
H A Dstructs.py96 def __add__(self, other): member in Int
117 def __add__(self, other): member in StructResult
H A Dcode.py100 def __add__(self, other): member in Int
123 def __add__(self, other): member in CodeResult
H A Ddata.py100 def __add__(self, other): member in Int
123 def __add__(self, other): member in DataResult
/third_party/python/Lib/test/
H A Dtest_augassign.py74 def __add__(self, val): member in AugAssignTest.testCustomMethods1.aug_test
87 """Blocks inheritance, and fallback to __add__"""
122 def __add__(self, val): member in AugAssignTest.testCustomMethods2.testall
123 output.append("__add__ called")
284 __add__ called
H A Dtest_descr.py91 def binop_test(self, a, b, res, expr="a+b", meth="__add__"):
180 self.binop_test([1], [2], [1,2], "a+b", "__add__")
249 def __add__(self, other): member in OperatorsTest.test_ints.C
314 "__add__")
2709 def __add__(self, other): member in .test_basic_inheritance.hexint
2710 return hexint(int.__add__(self, other))
2730 def __add__(self, other): member in .test_basic_inheritance.octlong
2731 return self.__class__(super(octlong, self).__add__(other))
2732 __radd__ = __add__
2759 # Because octlong overrides __add__, w
3447 def __add__(self, other): global() member in .test_binary_operator_override.I
4799 __add__ = str.__add__ global() variable in .test_wrong_class_slot_wrapper.A
[all...]
H A Dtest_binop.py81 def __add__(self, other): member in Rat
92 __radd__ = __add__
/third_party/python/Lib/xml/dom/
H A Dminicompat.py77 def __add__(self, other): member in EmptyNodeList
/third_party/python/Tools/demo/
H A Dvector.py66 def __add__(self, other): member in Vec
/third_party/python/Tools/scripts/
H A Dfind_recursionlimit.py50 def __add__(self, x): member in RecursiveBlowup4
/third_party/python/Lib/multiprocessing/
H A Dreduction.py220 register(type(int.__add__), _reduce_method_descriptor)
279 register(type(int.__add__), _reduce_method_descriptor)
/third_party/python/Lib/
H A Dnumbers.py72 def __add__(self, other): member in Complex
H A Ddatetime.py740 def __add__(self, other): member in timedelta
749 __radd__ = __add__
907 __add__, __radd__, __sub__ (add/radd only with timedelta arg)
1143 def __add__(self, other): member in date
1152 __radd__ = __add__
2181 def __add__(self, other): member in datetime
2200 __radd__ = __add__
H A Doperator.py430 __add__ = add variable
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py273 def __add__(self, val): member in Scalar
388 def __add__(self, val): member in Vec2
480 def __add__(self, val): member in Vec3
567 def __add__(self, val): member in Vec4
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py305 def __add__(self, val): member in Scalar
350 def __add__(self, val): member in Uint
351 return Scalar.__add__(self, val).toUint()
462 def __add__(self, val): member in Vec2
579 def __add__(self, val): member in Vec3
693 def __add__(self, val): member in Vec4
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py305 def __add__(self, val): member in Scalar
352 def __add__(self, val): member in Uint
353 return Scalar.__add__(self, val).toUint()
464 def __add__(self, val): member in Vec2
581 def __add__(self, val): member in Vec3
695 def __add__(self, val): member in Vec4
/third_party/python/Lib/email/
H A D_policybase.py85 def __add__(self, other): member in _PolicyBase
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py112 mock.__add__ = add
116 del mock.__add__
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py240 list.__add__, [VARIANT_ALIASES.get(a, [a]) for a in aliases]))

Completed in 26 milliseconds

123