Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
RenameShadowingBuiltins.py
blob: 617c440d07db536535a15b6cd66d0fa4182cd825 [
file
] [
log
] [
blame
]
def
f
(
name
):
<
weak_warning descr
=
"Shadows built-in name 'file'"
>
f
<
caret
>
ile
</
weak_warning
>
=
open
(
name
,
'rb'
)
return
file
.
read
()