mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 17:15:38 +07:00
9 lines
127 B
Python
9 lines
127 B
Python
from datetime import timedelta
|
|
|
|
def foo(**kwargs):
|
|
pass
|
|
|
|
def bar():
|
|
foo(timedelta=timedelta)
|
|
# <ref>
|