mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 11:35:12 +07:00
GitOrigin-RevId: 0e35bd5d50e2d6b544cbd4467d184b6be21b7574
8 lines
92 B
Python
8 lines
92 B
Python
class Z:
|
|
__match_args__ = ()
|
|
|
|
def f(z):
|
|
match z:
|
|
case Z():
|
|
pass
|