6.23. Null output — MDAnalysis.coordinates.null
¶
The NullWriter
provides a Writer instance that behaves like
any other writer but effectively ignores its input and does not write
any output files. This is similar to writing to /dev/null
.
This class exists to allow developers writing generic code and tests.