dot_files/.vim/bundle/jedi-vim/jedi/test/completion/complex.py
2017-05-21 12:14:33 +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