pyvista.is_pyvista_dataset

pyvista.is_pyvista_dataset#

is_pyvista_dataset(
obj: Any,
) TypeIs[DataSet | MultiBlock][source]#

Return True if the object is a PyVista wrapped dataset.

Parameters:
objAny

Any object to test.

Returns:
bool

True when the object is a pyvista.DataSet.