class documentation

class SequenceExclude:

View In Hierarchy

Object to test if an item is NOT within some sequence.
Method __contains__ Undocumented
Method __init__ Undocumented
Instance Variable seq Undocumented
def __contains__(self, item):

Undocumented

def __init__(self, seq):

Undocumented

seq =

Undocumented