def __init__(self, sourceCollection = None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, if it's present."""
     LinkedQueue.__init__(self, sourceCollection)
示例#2
0
 def __init__(self, sourceCollection=None):
     """Sets the initial state of self, which includes the
     contents of sourceCollection, if it's present."""
     LinkedQueue.__init__(self, sourceCollection)
 def __init__(self, source_collection=None):
     LinkedQueue.__init__(self, source_collection)