mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
2 lines
98 B
Python
2 lines
98 B
Python
def foo(**kwargs<caret>):
|
|
return kwargs["bar"] + kwargs["&"] + kwargs.get("|") + kwargs["not"] |