예제 #1
0
 def add(self, item):
     AbstractList.add(self, item)
예제 #2
0
 def add(self, item):
     """Adds item to self."""
     AbstractList.add(self, item)
예제 #3
0
 def add(self, item):
     """Adds item to self."""
     AbstractList.add(self, item)