mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
3 lines
96 B
Python
3 lines
96 B
Python
def foo(w, <caret>q = 2, **kwargs):
|
|
a = kwargs['tmp']
|
|
doSomething(kwargs.get('foo', 22)) |