mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 07:57:19 +07:00
GitOrigin-RevId: d2b56880b023c2ff87decff20bfac3c4713de32a
3 lines
69 B
Python
3 lines
69 B
Python
def bar(**kwa<caret>rgs):
|
|
a = kwargs['foo']
|
|
b = kwargs['foo'] |