Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for copy_py39_to_py310 (0.59 seconds)

  1. scripts/docs.py

        """
        docs_src_path = Path("docs_src")
        for py_file in sorted(docs_src_path.rglob("*.py")):
            generate_docs_src_versions_for_file(py_file)
    
    
    @app.command()
    def copy_py39_to_py310() -> None:
        """
        For each docs_src file/directory with a _py39 label that has no _py310
        counterpart, copy it with the _py310 label.
        """
        docs_src_path = Path("docs_src")
    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