(self, session: requests.Session, state: dict, db_comparator)
| 1077 | } |
| 1078 | |
| 1079 | def __init__(self, session: requests.Session, state: dict, db_comparator): |
| 1080 | self.session = session |
| 1081 | self.state = state |
| 1082 | self.db_comparator = db_comparator |
| 1083 | |
| 1084 | def check(self, source_id: str, source: dict) -> Optional[dict]: |
| 1085 | """Fetch EC page, parse all MDCG refs, compare with DB.""" |
nothing calls this directly
no outgoing calls
no test coverage detected