write# astropy.io.registry.write(data, *args, format=None, **kwargs)# Write out data. Parameters: dataobjectThe data to write. *argsThe arguments passed to this method depend on the format. formatstr or None **kwargsThe arguments passed to this method depend on the format. Returns: object or NoneThe output of the registered writer. Most often None. New in version 4.3.