mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Since f-strings are not supported inside patterns. GitOrigin-RevId: f96b8b6e999c893930203f933c6f55aec6e60869
4 lines
65 B
Python
4 lines
65 B
Python
my_expr = 42
|
|
match my_expr:
|
|
case '{my_e<caret>':
|
|
pass |