updating vim
This commit is contained in:
commit
00a9e7d96b
1055 changed files with 126840 additions and 0 deletions
14
.vim/bundle/jedi-vim/jedi/test/completion/complex.py
Normal file
14
.vim/bundle/jedi-vim/jedi/test/completion/complex.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
""" Mostly for stupid error reports of @dbrgn. :-) """
|
||||
|
||||
import time
|
||||
|
||||
class Foo(object):
|
||||
global time
|
||||
asdf = time
|
||||
|
||||
def asdfy():
|
||||
return Foo
|
||||
|
||||
xorz = getattr(asdfy()(), 'asdf')
|
||||
#? time
|
||||
xorz
|
||||
Loading…
Add table
Add a link
Reference in a new issue