We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1980 commit d6a02d5Copy full SHA for d6a02d5
python/paddle/_paddle_docs.py
@@ -74,6 +74,7 @@ def _parse_function_signature(
74
if func_def.args.defaults and len(func_def.args.defaults) > (
75
len(func_def.args.args) - len(func_def.args.defaults)
76
):
77
+
78
idx = count - (
79
80
)
0 commit comments