MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / debug

Method debug

tools/python-3.11.9-amd64/Lib/pipes.py:109–111  ·  view source on GitHub ↗

t.debug(flag) turns debugging on or off.

(self, flag)

Source from the content-addressed store, hash-verified

107 return t
108
109 def debug(self, flag):
110 """t.debug(flag) turns debugging on or off."""
111 self.debugging = flag
112
113 def append(self, cmd, kind):
114 """t.append(cmd, kind) adds a new step at the end."""

Callers 1

make_archiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected