pytimber.LoggingDB.get_variable_origin

LoggingDB.get_variable_origin(pattern: Union[str, Iterable[str]]) Dict[str, str]

Gets the system origin(s) for the given variable pattern.

Parameters:

pattern (PatternOrList) – A pattern or list of names to search for variables.

Returns:

A dictionary with variable name as key and system origin as value.

Return type:

Dict[str, str]