Files
PyGithub/github/StatsCodeFrequency.pyi
T

12 lines
295 B
Python

from datetime import datetime
from github.GithubObject import NonCompletableGithubObject
class StatsCodeFrequency(NonCompletableGithubObject):
@property
def additions(self) -> int: ...
@property
def deletions(self) -> int: ...
@property
def week(self) -> datetime: ...