dot_files/vim-plugins/bundle/jedi-vim/jedi/test/completion/complex.py
2017-07-09 00:26:06 +03:00

14 lines
197 B
Python

""" 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