Home
last modified time | relevance | path

Searched refs:__rmod__ (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_userstring.py49 def __rmod__(self, other): member in UserStringTest.test_rmod.ustr3
50 return super().__rmod__(other)
H A Dtest_augassign.py176 def __rmod__(self, val): member in AugAssignTest.testCustomMethods2.testall
177 output.append("__rmod__ called")
303 __rmod__ called
H A Dtest_binop.py183 def __rmod__(self, other): member in Rat
H A Dtest_bytes.py756 self.assertIs(self.type2test(b'abc').__rmod__('%r'), NotImplemented)
H A Dtest_unicode.py1627 # A subclass of str with an __rmod__ method should be able to hook
1630 def __rmod__(self, other): member in UnicodeTest.test_issue28598_strsubclass_rhs.SubclassedStr
1631 return 'Success, self.__rmod__({!r}) was called'.format(other)
1633 "Success, self.__rmod__('lhs %% %r') was called")
/third_party/python/Lib/
H A Dnumbers.py229 def __rmod__(self, other): member in Real
H A Dfractions.py539 __mod__, __rmod__ = _operator_fallbacks(_mod, operator.mod)
H A D_pydecimal.py1503 def __rmod__(self, other, context=None): member in Decimal
/third_party/python/Include/internal/
H A Dpycore_global_strings.h179 STRUCT_FOR_ID(__rmod__)
H A Dpycore_runtime_init.h802 INIT_ID(__rmod__), \
/third_party/node/deps/v8/third_party/jinja2/
H A Druntime.py776 __rmod__
/third_party/node/tools/inspector_protocol/jinja2/
H A Druntime.py645 __mod__ = __rmod__ = __pos__ = __neg__ = __call__ = \
/third_party/skia/third_party/externals/jinja2/
H A Druntime.py776 __rmod__
/third_party/jinja2/
H A Druntime.py865 __mod__ = __rmod__ = _fail_with_undefined_error
/third_party/protobuf/python/google/protobuf/internal/
H A Dtest_util.py792 def __rmod__(self, y): member in NonStandardInteger
/third_party/python/Lib/collections/
H A D__init__.py1416 def __rmod__(self, template): member in UserString
/third_party/python/Objects/
H A Dtypeobject.c7432 SLOT1BIN(slot_nb_remainder, nb_remainder, __mod__, __rmod__)
8114 RBINSLOT("__rmod__", nb_remainder, slot_nb_remainder,

Completed in 51 milliseconds