Skip to content

Latest commit

 

History

History

docstring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docstring

function.__doc__ returns string comment of each module, func, class.

It is good for single-line comment, but not pretty for multi-line.