blob: 783c52132fc5df65a6f205a82e69a870319ee650 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001# signature of overridden __new__
2
3class A(object):
4 def __new__(cls, a, b):
5 pass
6
7A(<arg1>1, <arg2>2)