mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: d4755af5ca19efef70db6c4a043135182bc0da04
7 lines
121 B
Python
7 lines
121 B
Python
match x:
|
|
case (1, * xs):
|
|
pass
|
|
case [1, * _]:
|
|
pass
|
|
case {'foo': 1, ** others}:
|
|
pass |