panel.util.checks module#
- panel.util.checks.is_holoviews(obj: Any) bool [source]#
Whether the object is a HoloViews type that can be rendered.
- panel.util.checks.is_parameterized(obj) bool [source]#
Whether an object is a Parameterized class or instance.