MCPcopy Index your code
hub / github.com/python/cpython / _print_command

Function _print_command

Lib/tkinter/__init__.py:2625–2629  ·  view source on GitHub ↗
(cmd, *, file=sys.stderr)

Source from the content-addressed store, hash-verified

2623
2624
2625def _print_command(cmd, *, file=sys.stderr):
2626 # Print executed Tcl/Tk commands.
2627 assert isinstance(cmd, tuple)
2628 cmd = _join(cmd)
2629 print(cmd, file=file)
2630
2631
2632# Ideally, the classes Pack, Place and Grid disappear, the

Callers

nothing calls this directly

Calls 1

_joinFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…