mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Finish .../stats/... (#203)
This commit is contained in:
@@ -172,6 +172,10 @@ class GithubObject(object):
|
||||
def _makeListOfStringsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, (str, unicode))
|
||||
|
||||
@staticmethod
|
||||
def _makeListOfIntsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, int)
|
||||
|
||||
@staticmethod
|
||||
def _makeListOfListOfStringsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, list)
|
||||
|
||||
Reference in New Issue
Block a user