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/o/p/openlibrary-HEAD/openlibrary/plugins/openlibrary/lists.py openlibrary(Download)
# list.seed_summary_cached = list.seed_summary return [list.dict() for list in lists] get_recently_modified_lists = cache.memcache_memoize(get_recently_modified_lists, key_prefix="get_recently_modified_lists", timeout=5*60)
src/m/h/MHI-HEAD/configobj.py MHI(Download)
this_entry = self[entry] if isinstance(this_entry, Section): this_entry = this_entry.dict() elif isinstance(this_entry, (list, tuple)): # create a copy rather than a reference