mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Add a temporary script to create docstrings (help for issue #82)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ DEFAULT_BASE_URL = "https://api.github.com"
|
||||
DEFAULT_TIMEOUT = 10
|
||||
|
||||
class Github( object ):
|
||||
def __init__( self, login_or_token = None, password = None, base_url = DEFAULT_BASE_URL, timeout = DEFAULT_TIMEOUT):
|
||||
def __init__( self, login_or_token = None, password = None, base_url = DEFAULT_BASE_URL, timeout = DEFAULT_TIMEOUT ):
|
||||
self.__requester = Requester( login_or_token, password, base_url, timeout )
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user