MCPcopy Create free account
hub / github.com/oauthlib/oauthlib / get_debug

Function get_debug

oauthlib/__init__.py:29–34  ·  view source on GitHub ↗

Get debug mode value. :return: `True` if debug mode is on, `False` otherwise

()

Source from the content-addressed store, hash-verified

27 _DEBUG = debug_val
28
29def get_debug():
30 """Get debug mode value.
31
32 :return: `True` if debug mode is on, `False` otherwise
33 """
34 return _DEBUG

Callers 1

__repr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…