Ejemplo n.º 1
0
 def __init__(self, sourceCollection=None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, if it's present."""
     ArrayBag.__init__(self, sourceCollection)
Ejemplo n.º 2
0
 def __init__(self, sourceCollection=None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, if it's present."""
     ArrayBag.__init__(self, sourceCollection)
Ejemplo n.º 3
0
 def __init__(self, sourceCollection = None):
     ArrayBag.__init__(self, sourceCollection)
Ejemplo n.º 4
0
 def __init__(self, sourceCollection=None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, it it's present."""
     # Nothing different about the initialization from the parent's
     ArrayBag.__init__(self, sourceCollection)
Ejemplo n.º 5
0
 def __init__(self, sourceCollection=None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, it it's present."""
     # Nothing different about the initialization from the parent's
     ArrayBag.__init__(self, sourceCollection)