Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
paramInfo
/
RedefinedNewDirectCall.py
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
)