Home
last modified time | relevance | path

Searched refs:__ifloordiv__ (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_augassign.py157 def __ifloordiv__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py436 def __ifloordiv__(self, other): return "ifloordiv" member in OperatorTestCase.test_inplace.C
Dtest_weakref.py280 def __ifloordiv__(self, other): member in ReferencesTestCase.test_proxy_div.C
/external/python/cpython2/Lib/test/
Dtest_augassign.py161 def __ifloordiv__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py479 def __ifloordiv__(self, other): return "ifloordiv" member in OperatorTestCase.test_inplace.C
509 self.assertEqual(operator.__ifloordiv__(c, 5), "ifloordiv")
Dtest_weakref.py267 def __ifloordiv__(self, other): member in ReferencesTestCase.test_proxy_div.C
/external/python/cpython3/Lib/
Doperator.py454 __ifloordiv__ = ifloordiv variable
/external/python/cpython2/Modules/
Doperator.c410 spam2(ifloordiv,__ifloordiv__, "a = ifloordiv(a, b) -- Same as a //= b.")
/external/python/cpython3/Doc/library/
Doperator.rst493 __ifloordiv__(a, b)
/external/python/cpython2/Doc/library/
Doperator.rst352 __ifloordiv__(a, b)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2180 object.__ifloordiv__(self, other)
/external/python/cpython3/Doc/reference/
Ddatamodel.rst2339 object.__ifloordiv__(self, other)