mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
4 lines
143 B
Python
4 lines
143 B
Python
def sortwords(*wordlist, case_sensitive=False): pass
|
|
def mixedargs_sum(a, b=0, *arg, k1, k2=0): pass
|
|
def foo(a='b', b=None, c=None, d=1): pass
|