# signature of overridden __new__ class A(object): def __new__(cls, a, b): pass A(1, 2)