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 /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Python/doc/logical.m2:180:0.