holoviews.util.warnings module#

exception holoviews.util.warnings.HoloviewsDeprecationWarning[source]#

Bases: DeprecationWarning

A Holoviews-specific DeprecationWarning subclass. Used to selectively filter Holoviews deprecations for unconditional display.

exception holoviews.util.warnings.HoloviewsUserWarning[source]#

Bases: UserWarning

A Holoviews-specific UserWarning subclass. Used to selectively filter Holoviews warnings for unconditional display.

holoviews.util.warnings.find_stack_level()[source]#

Find the first place in the stack that is not inside Holoviews and Param. Inspired by: pandas.util._exceptions.find_stack_level