mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: d4755af5ca19efef70db6c4a043135182bc0da04
5 lines
70 B
Python
5 lines
70 B
Python
match x:
|
|
case {'foo': 1,
|
|
'bar': 2,
|
|
'baz': 3}:
|
|
pass |