Methods

Summary

method

class parent

truncated documentation

__init__

myclass

documentation for the constructor

__init__

myclassb

__init__

NotImplementedClass

never tested

__init__

myclass2

get_value

myclass

returns the parameter multiplied by a value

get_value

myclass2

returns the parameter multiplied by a value

method_napoleon

myclassb

Example of a docstring used by sphinx.ext.napoleon extension. Args: v1 (int): a integer …