``` wrapper_fns = [x for x in dir(scraper) if callable(getattr(scraper, x))] wrapper_fns = [x for x in wrapper_fns if len(x) > 0 and x[0] != '_'] ```