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

Method _statcmd

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

Internal: process a STAT, NEXT or LAST command.

(self, line)

Source from the content-addressed store, hash-verified

727 return resp, art_num, message_id
728
729 def _statcmd(self, line):
730 """Internal: process a STAT, NEXT or LAST command."""
731 resp = self._shortcmd(line)
732 return self._statparse(resp)
733
734 def stat(self, message_spec=None):
735 """Process a STAT command. Argument:

Callers 3

statMethod · 0.95
nextMethod · 0.95
lastMethod · 0.95

Calls 2

_shortcmdMethod · 0.95
_statparseMethod · 0.95

Tested by

no test coverage detected