SimExLite.SampleData.ASEFormat
- class SimExLite.SampleData.ASEFormat[source]
Class that interfacing data format supported by ASE.
Methods
__init__()convert(obj, output, output_format_class, ...)Direct convert method, if the default converting would be too slow or not suitable for the output_format
direct_convert_formats()format_register()read(filename[, format])Read the data from the file with the filename to a dictionary.
write(object, filename[, key, format])Save the data with the filename.