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

Method slave

tools/python-3.11.9-amd64/Lib/nntplib.py:804–808  ·  view source on GitHub ↗

Process a SLAVE command. Returns: - resp: server response if successful

(self)

Source from the content-addressed store, hash-verified

802 return self._artcmd(cmd, file)
803
804 def slave(self):
805 """Process a SLAVE command. Returns:
806 - resp: server response if successful
807 """
808 return self._shortcmd('SLAVE')
809
810 def xhdr(self, hdr, str, *, file=None):
811 """Process an XHDR command (optional server extension). Arguments:

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected