dynamic array additions are working with list.append

This commit is contained in:
David Halter
2012-08-09 14:21:51 +02:00
parent e4b911b943
commit c6f76a15ff
7 changed files with 129 additions and 5 deletions

View File

@@ -137,6 +137,12 @@ class frozenset():
def copy(self):
return self
class tuple():
def index(self):
return 1
def count(self):
return 1
#--------------------------------------------------------
# basic types