mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 21:44:18 +07:00
GitOrigin-RevId: 58daa415d93784bda27b55b5e3339c4c8eda83b8
6 lines
68 B
Python
6 lines
68 B
Python
def f(*args, **kwargs):
|
|
pass
|
|
|
|
|
|
f(path_to_database='foo<caret>')
|