Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_top_users (0.06 sec)

  1. scripts/people.py

            six_months_commenters=six_months_commenters,
            one_year_commenters=one_year_commenters,
        )
        return discussion_experts_results
    
    
    def get_top_users(
        *,
        counter: Counter[str],
        authors: dict[str, Author],
        skip_users: Container[str],
        min_count: int = 2,
    ) -> list[dict[str, Any]]:
        users: list[dict[str, Any]] = []
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top