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

Method next

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

Process a NEXT command. No arguments. Return as for STAT.

(self)

Source from the content-addressed store, hash-verified

746 return self._statcmd('STAT')
747
748 def next(self):
749 """Process a NEXT command. No arguments. Return as for STAT."""
750 return self._statcmd('NEXT')
751
752 def last(self):
753 """Process a LAST command. No arguments. Return as for STAT."""

Callers

nothing calls this directly

Calls 1

_statcmdMethod · 0.95

Tested by

no test coverage detected