docscrape.ClassDoc.__init__ - python examples

Here are the examples of the python api docscrape.ClassDoc.__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, obj, doc=None, func_doc=None, config={}):
        self.use_plots = config.get('use_plots', False)
        ClastDoc.__init__(self, obj, doc=doc, func_doc=None, config=config)