Home
last modified time | relevance | path

Searched defs:itruediv (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py141 def itruediv(mock): function
/external/python/mock/mock/tests/
Dtestmagicmethods.py170 def itruediv(mock): function
/external/python/cpython3/Lib/
Doperator.py400 def itruediv(a, b): function