mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Implement Owner.get_repo as an ObjectGetter
This commit is contained in:
@@ -192,7 +192,7 @@ class ObjectGetter( MethodFromCallable ):
|
||||
self.__type = type
|
||||
|
||||
def __execute( self, obj, *args, **kwds ):
|
||||
return self.__type( obj._github, self.__attributes( *args, **kwds ), lazy = False )
|
||||
return self.__type( obj._github, self.__attributes( obj, *args, **kwds ), lazy = False )
|
||||
|
||||
def GithubObject( className, *attributePolicies ):
|
||||
class GithubObject:
|
||||
|
||||
Reference in New Issue
Block a user