write
- FileHandler.write(data, filename, **kwargs)[source]
- Store a data object to a file. - Notes - This is the base class method that does nothing per default. - Parameters:
- filename – A string containing path and name or a - FileInfoobject to which to store the data. Existing files will be overwritten.
- data – Object with data (e.g. numpy array, etc.). 
 
- Returns:
- None