You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In DLIS all metadata and logical/physical file objects have a describe() method that prints a human readable summary of the object. This has turned out to be really useful as the content of files tend to differ greatly. describes is an fast and easy way to get an overview of the file content.
We should aim to implement describe for in the LIS submodule to. Relevant Classes are:
LogicalFile
PhysicalFile
DataFormatSpec
InformationRecords
All the fixed record types
...
The text was updated successfully, but these errors were encountered:
In DLIS all metadata and logical/physical file objects have a describe() method that prints a human readable summary of the object. This has turned out to be really useful as the content of files tend to differ greatly. describes is an fast and easy way to get an overview of the file content.
We should aim to implement describe for in the LIS submodule to. Relevant Classes are:
The text was updated successfully, but these errors were encountered: