mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Merge-request: IJ-MR-144163 Merged-by: Pavel Karateev <Pavel.Karateev@jetbrains.com> GitOrigin-RevId: 352d1111988371b6edd9fa1af71b345dbb7aee38
20 lines
434 B
Python
20 lines
434 B
Python
def f(data):<fold text='...'>
|
|
match data:<fold text='...'>
|
|
case 1:<fold text='...'>
|
|
pass
|
|
pass</fold>
|
|
case 2:<fold text='...'>
|
|
pass</fold>
|
|
case 3:<fold text='...'>
|
|
pass
|
|
pass</fold></fold></fold>
|
|
|
|
|
|
p = 0
|
|
match p:<fold text='...'>
|
|
case 0:<fold text='...'>
|
|
pass
|
|
pass</fold>
|
|
case 1:<fold text='...'>
|
|
pass</fold></fold>
|