Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
RenameFunctionShadowingBuiltins.py
blob: 68e5e014bbd42c8bcba038345a51f63e4a02f5a1 [
file
] [
log
] [
blame
]
def
<
weak_warning descr
=
"Shadows built-in name 'id'"
>
i
<
caret
>
d
</
weak_warning
>(
x
):
return
x
def
f
():
return
id
(
'foo'
)