mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 18:13:36 +07:00
GitOrigin-RevId: e87aa7f8fde189ff2a48793879e27617ff6297e7
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
def foo(a, b):
|
|
"""
|
|
:param a:
|
|
:param b:
|
|
:return:
|
|
"""
|
|
pass |