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