Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
RenameShadowingBuiltins_after.py
blob: 4f83549710551cf30780e5fe80721a1238ea02a7 [
file
] [
log
] [
blame
]
def
f
(
name
):
a
=
open
(
name
,
'rb'
)
return
a
.
read
()