mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
18 lines
525 B
Python
18 lines
525 B
Python
<info descr="null">match</info> match:
|
|
<info descr="null">case</info> case:
|
|
pass
|
|
|
|
<info descr="null">match</info> (1):
|
|
<info descr="null">case</info> (1):
|
|
if <info descr="PY.FUNCTION_CALL">match</info>(1):
|
|
<info descr="PY.FUNCTION_CALL">case</info>(1)
|
|
|
|
<info descr="null">match</info> -1:
|
|
<info descr="null">case</info> -1:
|
|
if match - 1:
|
|
case - 1
|
|
|
|
<info descr="null">match</info> [0]:
|
|
<info descr="null">case</info> [0]:
|
|
if match[0]:
|
|
case[0] |