LinearSpace.__contains__¶
- LinearSpace.__contains__(other)[source]¶
Return
other in self.- Returns:
- containsbool
Trueifotheris aLinearSpaceElementinstance andother.spaceis equal to this space,Falseotherwise.
Notes
This is the strict default where spaces must be equal. Subclasses may choose to implement a less strict check.