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:str
orpython:None
- **kwargs
The arguments passed to this method depend on the format.
- data
- Returns:
object
orpython:None
The output of the registered writer. Most often
None
.New in version 4.3.