Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/w/e/weeklypedia-HEAD/weeklypedia/bake.py weeklypedia(Download)
from fetch import get_latest_data_path from common import (DEFAULT_LANGUAGE, DEFAULT_INTRO, DEBUG,
def render_and_save_archives(issue_ashes_env): ret = [] for lang in SUPPORTED_LANGS: out_path = ARCHIVE_INDEX_PATH_TMPL.format(lang_shortcode=lang) out_file = open(out_path, 'w')