Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ debug
Function
debug
Lib/test/test_pty.py:29–30 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
27
28
if
verbose:
29
def
debug(msg):
30
print(msg)
31
else
:
32
def
debug(msg):
33
pass
Callers
4
_test_urls
Method · 0.70
test_openpty
Method · 0.70
test_fork
Method · 0.70
test_master_read
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…