mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add highlight search to search_code function (#925)
* ✨ add highlight search to search_code function * ✅ add highlighting search code tests
This commit is contained in:
@@ -188,6 +188,10 @@ class GithubObject(object):
|
||||
def _makeListOfIntsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, int)
|
||||
|
||||
@staticmethod
|
||||
def _makeListOfDictsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, dict)
|
||||
|
||||
@staticmethod
|
||||
def _makeListOfListOfStringsAttribute(value):
|
||||
return GithubObject.__makeSimpleListAttribute(value, list)
|
||||
|
||||
Reference in New Issue
Block a user