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