Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
localVarInDictKey.after.py
blob: 36099b4f8f742079b7b56b7a662111484c16ff2e [
file
] [
log
] [
blame
]
ENCODINGS
=
{}
class
C
:
def
foo
(
self
):
if
self
.
id
[
0
]
==
'T'
:
encoding
=
ord
(
self
.
rawData
[
0
])
if
0
<=
encoding
<
len
(
ENCODINGS
):
value
=
self
.
rawData
[
1
:].
decode
(
ENCODINGS
[
encoding
])