1
0
forked from VimPlug/jedi

full dictionary suport

This commit is contained in:
David Halter
2012-05-08 23:39:29 +02:00
parent e2446d675a
commit 17f059e853
4 changed files with 19 additions and 14 deletions

View File

@@ -124,6 +124,7 @@ dic2 = {'asdf': 3, 'b': 'str'}
dic2['asdf'].real
#? []
dic2['asdf'].upper
# string literal
#? ['real']
dic2[r'asdf'].real
#? []