mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
tuple tests
This commit is contained in:
@@ -813,7 +813,7 @@ class Array(Call):
|
||||
|
||||
def __repr__(self):
|
||||
if self.type == self.NOARRAY:
|
||||
temp = 'empty'
|
||||
temp = 'noarray'
|
||||
elif self.type == self.TUPLE:
|
||||
temp = 'tuple'
|
||||
elif self.type == self.LIST:
|
||||
|
||||
Reference in New Issue
Block a user