mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 15:51:51 +08:00
dynamic array additions are working with list.append
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user