Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py3315 def logical_xor(self, other, context=None): member in Decimal
4635 def logical_xor(self, a, b): member in Context