Home
last modified time | relevance | path

Searched refs:process_ad_data (Results 1 – 1 of 1) sorted by relevance

/external/python/bumble/bumble/
Dcore.py812 def process_ad_data(ad_data): function
816 return [process_ad_data(ad[1]) for ad in self.ad_structures if ad[0] == type_id]
818 … return next((process_ad_data(ad[1]) for ad in self.ad_structures if ad[0] == type_id), None)