panel.util.warnings module#

exception panel.util.warnings.PanelDeprecationWarning[source]#

Bases: DeprecationWarning

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

exception panel.util.warnings.PanelUserWarning[source]#

Bases: UserWarning

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

panel.util.warnings.find_stack_level() int[source]#

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