Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for with_name (0.04 sec)

  1. scripts/docs.py

            )
            content_format = format_result.stdout.decode("utf-8")
            if content_format in previous_content:
                continue
            previous_content.add(content_format)
            version_file = file_path.with_name(
                file_path.name.replace(".py", f"_{target_version}.py")
            )
            logging.info(f"Writing to {version_file}")
            version_file.write_text(content_format, encoding="utf-8")
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Dec 21 17:40:17 UTC 2025
    - 16.9K bytes
    - Viewed (0)
Back to top