forked from VimPlug/jedi
inheritance
This commit is contained in:
@@ -32,6 +32,15 @@ a.real
|
||||
#? ['upper']
|
||||
a.upper
|
||||
|
||||
a = tuple
|
||||
if 1:
|
||||
a = list
|
||||
|
||||
#? ['append']
|
||||
a.append
|
||||
#? ['index']
|
||||
a.index
|
||||
|
||||
# -----------------
|
||||
# tuples exchanges
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user