Create documentation and method stubs for issue #49 (legacy search api)

This commit is contained in:
Vincent Jacques
2012-06-28 21:27:53 +01:00
parent cc4f841d77
commit bdad6a4612
4 changed files with 38 additions and 0 deletions
+3
View File
@@ -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