bahamas.utils

Attributes

logger

SDLC_stages

human_error_modes

ODC_types

UCA_types

UCA_mean

UCA_sigma

Functions

read_toml(file_path)

Read TOML-formatted file

Module Contents

bahamas.utils.logger[source]
bahamas.utils.SDLC_stages = ['Concept', 'Requirement', 'Design', 'Implementation', 'Testing', 'Install and Maintenance'][source]
bahamas.utils.human_error_modes = ['D1', 'D2', 'C', 'OC', 'D1C', 'D1OC', 'D2C', 'D2OC', 'O', 'D1O', 'D2O'][source]
bahamas.utils.ODC_types = ['Algorithm', 'Assignment', 'Checking', 'Documentation', 'Function', 'Interface',...[source]
bahamas.utils.UCA_types = ['UCA-A', 'UCA-B', 'UCA-C', 'UCA-D'][source]
bahamas.utils.UCA_mean = ['UCA-A Mean', 'UCA-B Mean', 'UCA-C Mean', 'UCA-D Mean'][source]
bahamas.utils.UCA_sigma = ['UCA-A Sigma', 'UCA-B Sigma', 'UCA-C Sigma', 'UCA-D Sigma'][source]
bahamas.utils.read_toml(file_path)[source]

Read TOML-formatted file

Parameters:

file_path (str) – Path to the file

Returns:

Dictionary of file content

Return type:

dict