mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Similarly to normal parameters we don't show those keyword arguments that are not explicitly present in function signature and can't be passed in because of absence of **kwargs parameter. Additionally, I enforced the order in which sections appears, so that information about parameters, return value and raised exceptions was always first and also fixed the way we show single star parameter in signatures.
5 lines
78 B
Python
5 lines
78 B
Python
def fu<the_ref>nc(**args):
|
|
"""
|
|
:key foo: bar
|
|
:keyword baz:
|
|
""" |