Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for __pycache__ (0.14 seconds)

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

  1. scripts/docs.py

            removed += 1
        # Clean up directories that are empty or only contain __init__.py / __pycache__
        for dir_path in sorted(docs_src_path.rglob("*"), reverse=True):
            if not dir_path.is_dir():
                continue
            remaining = [
                f
                for f in dir_path.iterdir()
                if f.name != "__pycache__" and f.name != "__init__.py"
            ]
            if not remaining:
    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