in mozilla_schema_generator/probes.py [0:0]
def _update_all_pings(self, pings: List[str]):
if any(
[
kw in self.definition["send_in_pings"]
for kw in GleanProbe.all_pings_keywords
]
):
self.definition["send_in_pings"] = set(pings)