.. _l-methods: Methods ======= .. contents:: :local: :depth: 1 Summary +++++++ +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | method | class parent | truncated documentation | +===================================================================================================================+=====================+===============================================================================================+ | :py:meth:`__init__ ` | myclass | documentation for the constructor | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | myclassb | | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | NotImplementedClass | never tested | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :py:meth:`__init__ ` | myclass2 | | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :meth:`get_value ` | myclass | returns the parameter multiplied by a value | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :meth:`get_value ` | myclass2 | returns the parameter multiplied by a value | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+ | :meth:`method_napoleon ` | myclassb | Example of a docstring used by *sphinx.ext.napoleon* extension. Args: v1 (int): a integer ... | +-------------------------------------------------------------------------------------------------------------------+---------------------+-----------------------------------------------------------------------------------------------+