panel.util.checks module#

panel.util.checks.isIn(obj, objs)[source]#

Checks if the object is in the list of objects safely.

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.

panel.util.checks.isdatetime(value) bool[source]#

Whether the array or scalar is recognized datetime type.

panel.util.checks.isfile(path: str | PathLike) bool[source]#

Safe version of os.path.isfile robust to path length issues on Windows