mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +07:00
GitOrigin-RevId: 58daa415d93784bda27b55b5e3339c4c8eda83b8
6 lines
68 B
Python
6 lines
68 B
Python
def f(*args, **kwargs):
|
|
pass
|
|
|
|
|
|
f(path_to_database='foobar.txt')
|