- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for generate_docs_src_versions_for_file (0.23 sec)
-
scripts/docs.py
langs = [] for lang_path in get_lang_paths(): if lang_path.is_dir(): langs.append(lang_path.name) print(json.dumps(langs)) @app.command() def generate_docs_src_versions_for_file(file_path: Path) -> None: target_versions = ["py39", "py310"] base_content = file_path.read_text(encoding="utf-8") previous_content = {base_content} for target_version in target_versions:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 08 11:01:17 UTC 2024 - 13.5K bytes - Viewed (0)