blob: d7fa739fb61ec0753adb850b4ab5343cd384ba71 [file] [log] [blame]
class Test(object):
def __new__(cls, foo):
x = super(Test, cls).__new__(cls)
x.foo = foo
return x