Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py3247 def _islogical(self): member in Decimal
3281 if not self._islogical() or not other._islogical():
3305 if not self._islogical() or not other._islogical():
3322 if not self._islogical() or not other._islogical():