Example.readers

Contents

Example.readers#

property Example.readers: _ReadersT_co#

Return a reader for each file which has one.

The readers report which reader PyVista resolves for each file. They are not the objects load() reads through, so configuring one does not change what load() returns. They are resolved on first access and reused.

Empty for examples read with a custom function or generated in memory, and shorter than paths when only some files are read directly.

Returns:
tuple[pyvista.BaseReader, …]

One reader per file which has one.