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

Method _longcmd

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

Internal: send a command and get the response plus following text. Same return value as _getlongresp().

(self, line, file=None)

Source from the content-addressed store, hash-verified

543 return self._getresp()
544
545 def _longcmd(self, line, file=None):
546 """Internal: send a command and get the response plus following text.
547 Same return value as _getlongresp()."""
548 self._putcmd(line)
549 return self._getlongresp(file)
550
551 def _longcmdstring(self, line, file=None):
552 """Internal: send a command and get the response plus following text.

Callers 1

_artcmdMethod · 0.95

Calls 2

_putcmdMethod · 0.95
_getlongrespMethod · 0.95

Tested by

no test coverage detected