Refactoring: make functions to be private if we can
Make external API of class/module to be smaller, explicitely mark all internal functions. Also annotate methods that are implemented as the part of the parent class interface. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
@ -30,7 +30,7 @@ be merged into the main documentation.
|
||||
|
||||
.. automethod:: run
|
||||
|
||||
.. automethod:: parse_cmd_options
|
||||
.. automethod:: __parse_cmd_options
|
||||
|
||||
.. .. autoattribute:: ui
|
||||
|
||||
|
Reference in New Issue
Block a user