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

Method last

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

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

(self)

Source from the content-addressed store, hash-verified

750 return self._statcmd('NEXT')
751
752 def last(self):
753 """Process a LAST command. No arguments. Return as for STAT."""
754 return self._statcmd('LAST')
755
756 def _artcmd(self, line, file=None):
757 """Internal: process a HEAD, BODY or ARTICLE command."""

Callers

nothing calls this directly

Calls 1

_statcmdMethod · 0.95

Tested by

no test coverage detected