Membership

This page contains information about the methods of the Konieczny class related to testing membership.

Konieczny.contains(self: Konieczny, x: Element) bool

Test membership of an element.

Parameters

x (Element) -- a possible element.

Returns

A bool.

Konieczny.__contains__(self: Konieczny, x: Element) bool

Test membership of an element.

Parameters

x (Element) -- a possible element.

Returns

A bool.