Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
])