blob: 783c52132fc5df65a6f205a82e69a870319ee650 [file] [log] [blame]
# signature of overridden __new__
class A(object):
def __new__(cls, a, b):
pass
A(<arg1>1, <arg2>2)