scistag.filestag.file_source.FileIterationData

class FileIterationData(file_source, file_index, filename, file_size)[source]

Bases: object

Provides the data to filter single file entries

Methods

Attributes

__annotations__

__dataclass_fields__

__dataclass_params__

__dict__

__doc__

__hash__

__module__

__weakref__

list of weak references to the object (if defined)

file_source

The FileSource object for which the decision is made

file_index

The file's index

filename

The file's name

file_size

The file's size

file_index: int

The file’s index

file_size: int

The file’s size

file_source: FileSource

The FileSource object for which the decision is made

filename: str

The file’s name