Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withName (0.35 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. scripts/docs.py

                for v in target_versions:
                    if base_name.endswith(f"_{v}"):
                        base_name = base_name[: -len(f"_{v}")]
                        break
                version_file = file_path.with_name(f"{base_name}_{target_version}.py")
            logging.info(f"Writing to {version_file}")
            version_file.write_text(content_format, encoding="utf-8")
    
    
    @app.command()
    def generate_docs_src_versions() -> None:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:46:10 GMT 2026
    - 25.4K bytes
    - Click Count (0)
Back to Top