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

Method set_debuglevel

tools/python-3.11.9-amd64/Lib/telnetlib.py:258–264  ·  view source on GitHub ↗

Set the debug level. The higher it is, the more debug output you get (on sys.stdout).

(self, debuglevel)

Source from the content-addressed store, hash-verified

256 print(msg)
257
258 def set_debuglevel(self, debuglevel):
259 """Set the debug level.
260
261 The higher it is, the more debug output you get (on sys.stdout).
262
263 """
264 self.debuglevel = debuglevel
265
266 def close(self):
267 """Close the connection."""

Callers 1

testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected