__init__ Module

__init__ Module

holoviews.__init__.help(obj, visualization=True, ansi=True, backend=None, recursive=False, pattern=None)[source]

Extended version of the built-in help that supports parameterized functions and objects. A pattern (regular expression) may be used to filter the output and if recursive is set to True, documentation for the supplied object is shown. Note that the recursive option will only work with an object instance and not a class.

If ansi is set to False, all ANSI color codes are stripped out.