Python source code

Indices and tables

Docstring format

"""[Summary]

:param [ParamName]: [ParamDescription], defaults to [DefaultParamVal]
:type [ParamName]: [ParamType](, optional)
...
:raises [ErrorType]: [ErrorDescription]
...
:return:
     - [Return1Description]
     - [Return2Description]
"""