Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Doperator.py426 __not__ = not_ variable
/external/python/cpython3/Doc/library/
Doperator.rst59 __not__(obj)
62 :meth:`__not__` method for object instances; only the interpreter core defines
/external/python/cpython2/Doc/library/
Doperator.rst57 __not__(obj)
60 :meth:`__not__` method for object instances; only the interpreter core defines
/external/python/cpython2/Modules/
Doperator.c402 spam2o(not_,__not__, "not_(a) -- Same as not a.")
/external/python/cpython2/Misc/
DHISTORY12036 - Added operator.__not__ and operator.not_.
/external/python/cpython3/Misc/
DHISTORY29415 - Added operator.__not__ and operator.not_.