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