Home
last modified time | relevance | path

Searched refs:closed_per_month (Results 1 - 1 of 1) sorted by relevance

/third_party/notofonts/scripts/
H A Dissue-stats.py25 closed_per_month = Counter() variable
48 closed_per_month[i.closed_at.month] += 1
63 total += closed_per_month[m] - opened_per_month[m]
70 "closed_per_month": closed_per_month,
121 [closed_per_month[i] for i in year_to_date],
185 "closed": closed_per_month.get(i, 0),

Completed in 2 milliseconds