pytimber.LoggingDB.search_variables

LoggingDB.search_variables(pattern: str | Iterable[str]) List[str]

Searches for variable names that match the given pattern.

Parameters:

pattern – A string or iterable of strings to search for in variable names.

Returns:

A list of variable names matching the search pattern.