Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for get_discussions_experts (0.11 seconds)

  1. scripts/people.py

            discussion_edges = get_graphql_question_discussion_edges(
                settings=settings, after=last_edge.cursor
            )
        return discussion_nodes
    
    
    def get_discussions_experts(
        discussion_nodes: list[DiscussionsNode],
    ) -> DiscussionExpertsResults:
        commenters = Counter[str]()
        last_month_commenters = Counter[str]()
        three_months_commenters = Counter[str]()
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:51:24 GMT 2026
    - 15K bytes
    - Click Count (0)
Back to Top