isMember(e, x)
This calls Python's __contains__ method, which is equivalent to using the Python in keyword.
|
|
Note that testing a non-Python object for membership will always return false.
|
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Python/doc.m2:672:0.