Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
)