sets.BaseSet.__contains__

BaseSet.__contains__(element)[source]

Report whether an element is a member of a set.

(Called in response to the expression `element in self’.)