Searched refs:__not__ (Results 1 – 6 of 6) sorted by relevance
426 __not__ = not_ variable
59 __not__(obj)62 :meth:`__not__` method for object instances; only the interpreter core defines
57 __not__(obj)60 :meth:`__not__` method for object instances; only the interpreter core defines
402 spam2o(not_,__not__, "not_(a) -- Same as not a.")
12036 - Added operator.__not__ and operator.not_.
29415 - Added operator.__not__ and operator.not_.