pyvista.is_pyvista_dataset#
- is_pyvista_dataset(obj: Any) TypeIs[DataSet | MultiBlock][source]#
Return
Trueif the object is a PyVista wrapped dataset.- Parameters:
- obj
Any Any object to test.
- obj
- Returns:
- bool
Truewhen the object is apyvista.DataSet.