Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/g/e/GeoRemindMe_Web-HEAD/src/webapp/geolist/helpers.py GeoRemindMe_Web(Download)
indexes = [a for a in run] lists = model_plus.fetch_parentsKeys(indexes) return [list.to_dict(resolve=resolve) for list in lists if list.active] def load_list_user_following_by_async(self, lists_async, to_dict = True, resolve=False):
else: instances = None return [list.to_dict(resolve=resolve, instances=instances) for list in lists if list.active] return lists return []