Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def _list_specs():
return {symbol:getattr(catalog, symbol) for symbol in dir(catalog)
if inspect.isclass(getattr(catalog, symbol)) and not symbol.startswith("_")}