pytimber.LoggingDB.get_variable_description
- LoggingDB.get_variable_description(pattern: str | Iterable[str]) Dict[str, str]
Gets description(s) for the given variable pattern.
- Parameters:
pattern – A pattern or list of names to search for variables
- Returns:
A dictionary of variable names and descriptions matching the search pattern.
- Return type:
Dict