mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
GithubObject.__complete
This commit is contained in:
@@ -188,8 +188,15 @@ class Organization( object ):
|
||||
self.__complete()
|
||||
self.__completed = True
|
||||
|
||||
# @todo Do not generate __complete if type has no url attribute
|
||||
def __complete( self ):
|
||||
pass
|
||||
result = self.__github._dataRequest(
|
||||
"GET",
|
||||
self.url,
|
||||
None,
|
||||
None
|
||||
)
|
||||
self.__useAttributes( result )
|
||||
|
||||
def add_to_public_members( self, public_member ):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user