weldx.util.external_file.ExternalFile#
- class weldx.util.external_file.ExternalFile(path=None, filename=None, suffix=None, mimetype=None, directory=None, hostname=None, created=None, modified=None, size=None, hashing_algorithm='SHA-256', hash=None, asdf_save_content=False, buffer=None)#
Handles the asdf serialization of external files.
Methods
Calculate the hash of a file.
Get the contained bytes of the file.
Write the file to the specified destination.
Attributes