def _update_all_pings()

in etl/glean.py [0:0]


    def _update_all_pings(self, pings: List[str]):
        if any([kw in self.definition["send_in_pings"] for kw in self.ALL_PINGS_KEYWORDS]):
            self.definition["send_in_pings"] = set(pings)