forked from VimPlug/jedi
test for #83
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
# basic array lookups
|
# basic array lookups
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|
||||||
|
|
||||||
#? int()
|
#? int()
|
||||||
[1,""][0]
|
[1,""][0]
|
||||||
#? str()
|
#? str()
|
||||||
@@ -161,6 +162,13 @@ dic2[r'asdf']
|
|||||||
#? int() str()
|
#? int() str()
|
||||||
dic2['just_something']
|
dic2['just_something']
|
||||||
|
|
||||||
|
def f():
|
||||||
|
r = {}
|
||||||
|
r['status'] = (200, 'ok')
|
||||||
|
return r
|
||||||
|
|
||||||
|
#? dict()
|
||||||
|
f()
|
||||||
# -----------------
|
# -----------------
|
||||||
# with variable as index
|
# with variable as index
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user