Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _py310 (0.04 seconds)

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

  1. scripts/docs.py

        For each include line referencing a _py39 file or directory in docs_src, replace
        the _py39 label with _py310.
        """
        include_pattern = re.compile(r"\{[^}]*docs_src/[^}]*_py39[^}]*\.py[^}]*\}")
        count = 0
        for md_file in sorted(en_docs_path.rglob("*.md")):
            content = md_file.read_text(encoding="utf-8")
            if "_py39" not in content:
    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