runlmc.util.docs module

This module contains a documentation-inheritance utility decorator, inherit_doc().

runlmc.util.docs.inherit_doc(cls)[source]

From StackOverflow.

This will copy all the missing documentation for methods from the parent classes.

Parameters:cls (type) – class to fix up.
Return type:the fixed class.