Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3221 def _islogical(self): member in Decimal
3255 if not self._islogical() or not other._islogical():
3279 if not self._islogical() or not other._islogical():
3296 if not self._islogical() or not other._islogical():