mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 00:29:58 +07:00
GitOrigin-RevId: 347185106d7fec7117c31b10fa24b709a3b0da42
7 lines
130 B
Python
7 lines
130 B
Python
match x:
|
|
case [{'foo': (42]:
|
|
pass
|
|
case Class([{'foo': True):
|
|
pass
|
|
case {'foo': [Class(1}:
|
|
pass |