Module time_slice

Source
Expand description

Code for reading in time slice info from a CSV file.

Structsยง

TimeSliceRaw ๐Ÿ”’
A time slice record retrieved from a CSV file

Constantsยง

TIME_SLICES_FILE_NAME ๐Ÿ”’

Functionsยง

get_or_insert ๐Ÿ”’
Get the specified String from set or insert if it doesnโ€™t exist
read_time_slice_info
Read time slices from a CSV file.
read_time_slice_info_from_iter ๐Ÿ”’
Read time slice information from an iterator of raw time slice records