cf.Constructs.__contains__

Constructs.__contains__(key)[source]

Called to implement membership test operators for construct keys.

x.__contains__(y) <==> y in x

New in version 1.7.0.