_XMLWriter#

class _XMLWriter(*args, **kwargs)[source]#

Attributes#

_XMLWriter.compression

Return or set the compressor the XML writer uses.

Inherited Attributes#

_DataFormatMixin.data_format

Return or set whether the file is written as 'ascii' or 'binary'.

BaseWriter.data_object

Get or set the dataset to write.

_FileIOBase.extension_patterns

Return mapping from regex pattern matching associated with this class.

_FileIOBase.extensions

Return the file extensions associated with this class.

BaseWriter.path

Return or set the filename or directory of the writer.

BaseWriter.writer

Return the vtk writer object.

BaseWriter.written_path

Return the formatted path of the written files.

Inherited Methods#

BaseWriter.write

Write data to path.