mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: 3d76a0b29748d9f0e5593f87eeb66ce1bfdd81bc
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
def foo(a, b):
|
|
"""
|
|
:param a:
|
|
:param b:
|
|
:return:
|
|
"""
|
|
pass |