1
0
forked from VimPlug/jedi

inheritance

This commit is contained in:
David Halter
2012-05-03 02:47:58 +02:00
parent 1aae9a5d19
commit 9f8e0f46f6
3 changed files with 18 additions and 8 deletions

View File

@@ -32,6 +32,15 @@ a.real
#? ['upper']
a.upper
a = tuple
if 1:
a = list
#? ['append']
a.append
#? ['index']
a.index
# -----------------
# tuples exchanges
# -----------------