Example #1
0
 def __init__(self, start):
     self.adds = 0  # Varies in each instance
     MyList.__init__(self, start)
 def __init__(self, start):
     self.adds = 0                              # Varies in each instance
     MyList.__init__(self, start)
Example #3
0
	def __init__(self, start):
		self.adds = 0
		MyList.__init__(self,start)
Example #4
0
	def __init__(self, listin = []):
		self.countadd = 0
		MyList.__init__(self, listin)
Example #5
0
 def __init__(self, start):
     self.adds = 0
     MyList.__init__(self, start)