pytimber.LoggingDB.get_hierarchies_for_variables
- LoggingDB.get_hierarchies_for_variables(pattern_or_list: Union[str, Iterable[str]]) Dict[str, List[str]]
Get a list of hierarchy paths for variables (in which given variables are defined). Wildcard for the pattern is ‘%’.
- Parameters:
pattern_or_list – pattern for the selection of variables names or a list of variables names.
- Returns:
Dictionary of variables with corresponding list of hierarchy paths