mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Create documentation and method stubs for issue #49 (legacy search api)
This commit is contained in:
@@ -1002,6 +1002,9 @@ class Repository( GithubObject.GithubObject ):
|
||||
None
|
||||
)
|
||||
|
||||
def search_issues( self, state, keyword ):
|
||||
pass
|
||||
|
||||
@property
|
||||
def _identity( self ):
|
||||
return self.owner.login + "/" + self.name
|
||||
|
||||
Reference in New Issue
Block a user