Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Pflags (0.04 sec)

  1. pyproject.toml

    [tool.ruff.lint.pyupgrade]
    # Preserve types, even if a file imports `from __future__ import annotations`.
    keep-runtime-typing = true
    
    [tool.inline-snapshot]
    # default-flags=["fix"]
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. tests/benchmarks/test_general_performance.py

                "group": i % 10,
                "tag": f"t{i % 5}",
            },
        }
        for i in range(300)
    ]
    
    LARGE_METADATA: dict[str, Any] = {
        "source": "benchmark",
        "version": 1,
        "flags": {"a": True, "b": False, "c": True},
        "notes": ["x" * 50, "y" * 50, "z" * 50],
    }
    
    LARGE_PAYLOAD: dict[str, Any] = {"items": LARGE_ITEMS, "metadata": LARGE_METADATA}
    
    
    def dep_a():
        return 40
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 20:40:26 UTC 2025
    - 11.1K bytes
    - Viewed (0)
Back to top