docscrape.NumpyDocString.__init__ - python examples

Here are the examples of the python api docscrape.NumpyDocString.__init__ taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Complete Implementation : docscrape_sphinx.py
Copyright MIT License
Author : andim
    def __init__(self, docstring, config={}):
        self.use_plots = config.get('use_plots', False)
        NumpyDocString.__init__(self, docstring, config=config)