Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for item (0.32 sec)

  1. .github/actions/people/app/main.py

                            discussion_commentors[reply.author.login] = max(
                                author_time, reply.createdAt
                            )
            for author_name, author_time in discussion_commentors.items():
                commenters[author_name] += 1
                if author_time > one_month_ago:
                    last_month_commenters[author_name] += 1
                if author_time > three_months_ago:
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
Back to top