extend_docs

Contents

extend_docs#

missionbio.mosaic.utils.extend_docs

extend_docs(cls)#

Extend the superclass documentation to subclass. It can be used as a decorator.

Parameters:
clsclass

class whose functions docstrings to modify

Notes

Does not append the docstring of the __init__ function.


< Module utils