Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Piers (0.56 sec)

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

            edges = get_graphql_sponsor_edges(settings=settings, after=last_edge.cursor)
    
        tiers: DefaultDict[float, Dict[str, SponsorEntity]] = defaultdict(dict)
        for node in nodes:
            tiers[node.tier.monthlyPriceInDollars][
                node.sponsorEntity.login
            ] = node.sponsorEntity
        return tiers
    
    
    def get_top_users(
        *,
        counter: Counter,
        authors: Dict[str, Author],
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
Back to top