Home
last modified time | relevance | path

Searched refs:isRat (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_binop.py23 def isRat(x): function
90 if isRat(other):
103 if isRat(other):
114 if isRat(other):
123 if isRat(other):
135 if isRat(other):
147 if isRat(other):
161 elif not isRat(other):
175 elif not isRat(other):
184 elif not isRat(other):
[all …]
/external/python/cpython3/Lib/test/
Dtest_binop.py25 def isRat(x): function
86 if isRat(other):
99 if isRat(other):
110 if isRat(other):
119 if isRat(other):
131 if isRat(other):
141 if isRat(other):
153 elif not isRat(other):
167 elif not isRat(other):
176 elif not isRat(other):
[all …]