Files
PyGithub/doc/utilities.rst
T

34 lines
1.0 KiB
ReStructuredText

Utilities
=========
Logging
-------
.. autofunction:: github.enable_console_debug_logging
Error Handling
--------------
.. autoclass:: github.GithubException.GithubException()
.. autoclass:: github.GithubException.BadCredentialsException()
.. autoclass:: github.GithubException.UnknownObjectException()
.. autoclass:: github.GithubException.BadUserAgentException()
.. autoclass:: github.GithubException.RateLimitExceededException()
Default argument
----------------
:const:`github.NotSet` is a special value for arguments you don't want to provide. You should not have to manipulate it directly, because it's the default value of all parameters accepting it. Just note that it is different from :const:`None`, which is an allowed value for some parameters.
Pagination
----------
.. autoclass:: github.PaginatedList.PaginatedList()
Input classes
-------------
.. autoclass:: github.InputFileContent.InputFileContent
.. autoclass:: github.InputGitAuthor.InputGitAuthor
.. autoclass:: github.InputGitTreeElement.InputGitTreeElement