Skip to content

Commit 5ad2b53

Browse files
Merge branch 'PaddlePaddle:develop' into fix_range_default_dtype
2 parents e139e9d + 1d9d7a3 commit 5ad2b53

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

python/paddle/_paddle_docs.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def _parse_function_signature(func_name: str, code: str) -> inspect.Signature:
3737
return inspect.signature(globals[func_name])
3838

3939

40+
# sundong
4041
def add_doc_and_signature(func_name: str, docstr: str, func_def: str) -> None:
4142
"""
4243
Add docstr for function (paddle.*) and method (paddle.Tensor.*) if method exists
@@ -399,3 +400,27 @@ def all(
399400
) -> Tensor
400401
""",
401402
)
403+
404+
# zhengsheng
405+
406+
# liuyi
407+
408+
# shenwei
409+
410+
# zhouxin
411+
412+
# hehongyu
413+
414+
# lousiyu
415+
416+
# zhengshijie
417+
418+
# lihaoyang
419+
420+
# lubingxin
421+
422+
# chenhuangrun
423+
424+
# zhanrongrun
425+
426+
# other

0 commit comments

Comments
 (0)