not xPerform the logical negation ("not") operation on a Python object.
|
|
Unlike Macaulay2, Python supports using not with non-boolean objects. It will return False if the argument is truthy and True if it is falsy.
|
|
The source of this document is in Python/doc/logical.m2:180:0.