Files
jedi/test/completion/complex.py
2012-10-02 22:57:39 +02:00

15 lines
201 B
Python

""" Mainly for stupid error reports of @gwrtheyrn. :-) """
import time
class Foo(object):
global time
asdf = time
def asdfy():
return Foo
xorz = getattr(asdfy()(), 'asdf')
#? time
xorz