adding new stuff
This commit is contained in:
parent
f84d7183aa
commit
9ef8a96f9a
1580 changed files with 0 additions and 0 deletions
14
plugins/bundle/jedi-vim/jedi/test/completion/complex.py
Normal file
14
plugins/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