class documentation

class _empty_collection(object):

View In Hierarchy

Undocumented

Method __iter__ Undocumented
Method append Undocumented
Method clear Undocumented
Method extend Undocumented
Method remove Undocumented
def __iter__(self):

Undocumented

def append(self, element):

Undocumented

def clear(self):

Undocumented

def extend(self, other):

Undocumented

def remove(self, element):

Undocumented