MCPcopy 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
28if verbose:
29 def debug(msg):
30 print(msg)
31else:
32 def debug(msg):
33 pass

Callers 4

_test_urlsMethod · 0.70
test_openptyMethod · 0.70
test_forkMethod · 0.70
test_master_readMethod · 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…