(self, session: requests.Session, state: dict,
seed_mode: bool = False)
| 1838 | } |
| 1839 | |
| 1840 | def __init__(self, session: requests.Session, state: dict, |
| 1841 | seed_mode: bool = False): |
| 1842 | self.session = session |
| 1843 | self.state = state |
| 1844 | self.seed_mode = seed_mode |
| 1845 | |
| 1846 | _EXCLUDE_CATEGORIES = {"Drugs", "Alcoholic", "Dairy", "Herbs and spices", |
| 1847 | "Other", "Candy, confectionary, snacks and sweeten"} |
nothing calls this directly
no outgoing calls
no test coverage detected