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

Method noop

tools/python-3.11.9-amd64/Lib/poplib.py:264–269  ·  view source on GitHub ↗

Does nothing. One supposes the response indicates the server is alive.

(self)

Source from the content-addressed store, hash-verified

262
263
264 def noop(self):
265 """Does nothing.
266
267 One supposes the response indicates the server is alive.
268 """
269 return self._shortcmd('NOOP')
270
271
272 def rset(self):

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected