devops.utils.utils
Module defining utility functions for mstd checks.
Functions
|
Check if keys in key_sequence appear in order on the given line. |
|
Find all indices of an element in a list. |
- devops.utils.utils.find_indices(list_to_search, element)[source]
Find all indices of an element in a list.