write#
- astropy.io.registry.write(data, *args, format=None, **kwargs)#
Write out data.
- Parameters:
- data
object The data to write.
- *args
The arguments passed to this method depend on the format.
- format
python:strorpython:None - **kwargs
The arguments passed to this method depend on the format.
- data
- Returns:
objectorpython:NoneThe output of the registered writer. Most often
None.Added in version 4.3.