|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/local/lib/python3.6/site-packages/oauthlib/__pycache__/ |
Upload File : |
3
F�Kd� � @ sJ d Z ddlZddlmZ dZdZejd�je� � dadd � Zd
d� Z dS )z�
oauthlib
~~~~~~~~
A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.
:copyright: (c) 2019 by The OAuthlib Community
:license: BSD, see LICENSE for details.
� N)�NullHandlerzThe OAuthlib Communityz3.2.2ZoauthlibFc C s | a dS )zUSet value of debug flag
:param debug_val: Value to set. Must be a bool value.
N)�_DEBUG)Z debug_val� r �5/tmp/pip-build-8nxjc3nm/oauthlib/oauthlib/__init__.py� set_debug s r c C s t S )zRGet debug mode value.
:return: `True` if debug mode is on, `False` otherwise
)r r r r r � get_debug s r )
�__doc__�loggingr �
__author__�__version__� getLogger�
addHandlerr r r r r r r �<module>
s