Home
last modified time | relevance | path

Searched refs:__ipow__ (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_augassign.py186 def __ipow__(self, val): member in AugAssignTest.testCustomMethods2.testall
187 output.append("__ipow__ called")
307 __ipow__ called
H A Dtest_operator.py489 def __ipow__ (self, other): return "ipow" member in OperatorTestCase.test_inplace.C
H A Dtest_descr.py3932 # Testing correct invocation of __ipow__...
3935 def __ipow__(self, other): member in .test_ipow.C
3942 def __ipow__(self, other): member in .test_ipow_returns_not_implemented.A
/third_party/python/Lib/
H A Doperator.py463 __ipow__ = ipow variable
/third_party/python/Include/internal/
H A Dpycore_global_strings.h130 STRUCT_FOR_ID(__ipow__)
H A Dpycore_runtime_init.h753 INIT_ID(__ipow__), \
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py253 # When the __ipow__ method of a type was implemented in C, using the
256 self.assertEqual(o.__ipow__(1), (1, None))
257 self.assertEqual(o.__ipow__(2, 2), (2, 2))
/third_party/python/Objects/
H A Dtypeobject.c7539 return vectorcall_method(&_Py_ID(__ipow__), stack, 2); in slot_nb_inplace_power()
8153 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power,

Completed in 29 milliseconds