Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions python/paddle/_paddle_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _parse_function_signature(func_name: str, code: str) -> inspect.Signature:
return inspect.signature(globals[func_name])


# sundong
def add_doc_and_signature(func_name: str, docstr: str, func_def: str) -> None:
"""
Add docstr for function (paddle.*) and method (paddle.Tensor.*) if method exists
Expand Down Expand Up @@ -399,3 +400,27 @@ def all(
) -> Tensor
""",
)

# zhengsheng

# liuyi

# shenwei

# zhouxin

# hehongyu

# lousiyu

# zhengshijie

# lihaoyang

# lubingxin

# chenhuangrun

# zhanrongrun

# other