pyvista.is_pyvista_dataset# is_pyvista_dataset(obj: Any) → bool[source]# Return True if the object is a PyVista wrapped dataset. Parameters: objAnyAny object to test. Returns: boolTrue when the object is a pyvista.DataSet.