mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-31689 Update the old example code snippet to make it more representative
GitOrigin-RevId: 2506514d88cec7d8845044f50e469ae43ee81eb6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f9a1e44638
commit
a9b905bed1
+4
@@ -230,6 +230,10 @@ public final class PyLanguageCodeStyleSettingsProvider extends LanguageCodeStyle
|
||||
)
|
||||
attrs = [e.attr for e in
|
||||
items]
|
||||
|
||||
num_dict = {"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}
|
||||
|
||||
colors = ['red', 'green', 'blue', 'black', 'white', 'gray']
|
||||
|
||||
ingredients = [
|
||||
'green',
|
||||
|
||||
Reference in New Issue
Block a user