PyGithub Programming Model: Difference between revisions
Jump to navigation
Jump to search
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Python_Package_PyGithub#Subjects|PyGithub]] | * [[Python_Package_PyGithub#Subjects|PyGithub]] | ||
= | =Turn on Debugging= | ||
<syntaxhighlight lang='py'> | <syntaxhighlight lang='py'> | ||
from github import enable_console_debug_logging | |||
from github import | |||
enable_console_debug_logging() | |||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 01:50, 16 May 2023
Internal
Turn on Debugging
from github import enable_console_debug_logging
enable_console_debug_logging()