You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "\n\nThis is an example of a docstring that conforms to the Google style guide. \nThe indentation uses four spaces (no tabs). Note that each section starts\nwith a header such as `Arguments` or `Returns` and its contents is indented.\n"
6
+
},
7
+
{
8
+
"args": [
9
+
{
10
+
"description": "This description for this argument fits on one line.",
11
+
"field": "arg1",
12
+
"signature": "(`int`)"
13
+
},
14
+
{
15
+
"description": "This description is too long to fit on a\n single line. Note that it is continued by being indented. ",
16
+
"field": "arg2",
17
+
"signature": "(`int`, optional)"
18
+
}
19
+
],
20
+
"header": "Arguments",
21
+
"text": "\n"
22
+
},
23
+
{
24
+
"args": [
25
+
{
26
+
"description": " Stating the return type here is optional.",
27
+
"field": "",
28
+
"signature": ""
29
+
}
30
+
],
31
+
"header": "Returns",
32
+
"text": "\n\nWe can continue putting explanations in this section as long as the text\nis indented.\n"
33
+
},
34
+
{
35
+
"args": [],
36
+
"header": "",
37
+
"text": "This text is no longer indented and therefore not part of the `Returns`\nsection.\n"
38
+
},
39
+
{
40
+
"args": [
41
+
{
42
+
"description": "This is exception is raised when arg1 and arg2 are the same.",
0 commit comments