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 Python/doc.m2:672:0.