tests for @gwrtheyrn :-) #23

This commit is contained in:
David Halter
2012-10-02 22:57:39 +02:00
parent f42ed9277e
commit 4d8029716f

View File

@@ -0,0 +1,14 @@
""" 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