Example #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)
Example #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)
 def __init__(self, sourceCollection = None):
     ArrayBag.__init__(self, sourceCollection)
Example #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)
Example #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)