Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dnumbers.py371 def __invert__(self): member in Integral
/external/python/cpython2/Demo/classes/
Dbitvec.py311 def __invert__(self): member in BitVec
/external/python/cpython2/Doc/library/
Doperator.rst131 __invert__(obj)
136 The names :func:`invert` and :func:`__invert__`.
/external/python/cpython2/Modules/
Doperator.c399 spam2o(invert,__invert__, "invert(a) -- Same as ~a.")
/external/python/cpython2/Misc/
Dcheatsheet1191 abs(s) = __abs__(s) ~s = __invert__(s) (bitwise)
DHISTORY8619 - operator: Add contains(), invert(), __invert__() as aliases for
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2192 object.__invert__(self)