redback.get_data.directory.DirectoryStructure

class redback.get_data.directory.DirectoryStructure(directory_path, raw_file_path, processed_file_path)

Bases: tuple

__init__()
__call__(**kwargs)

Call self as a function.

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

directory_path

Alias for field number 0

processed_file_path

Alias for field number 2

raw_file_path

Alias for field number 1

count(value, /)

Return number of occurrences of value.

property directory_path

Alias for field number 0

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

property processed_file_path

Alias for field number 2

property raw_file_path

Alias for field number 1