docstring
Docstring
Bases: MdObj
Add a docstring to the page.
Source code in mkreports/md/docstring.py
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
__init__(obj_name)
Docstring for the page.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
obj_name |
str
|
Name of the object for which a docstring should be added. |
required |
Source code in mkreports/md/docstring.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|