TDSData.find#

TDSData.find(query, exclude=None, formatted=False, idx_only=False)[source]#

Return variable names and indices matching query.

Parameters:
querystr

The string for querying variables. Multiple conditions can be separated by comma without space.

excludestr, optional

A string pattern to be excluded

formattedbool, optional

True to return formatted names, False otherwise

idx_onlybool, optional

True if only return indices

Returns:
(list, list)

(List of found indices, list of found names)