MCPcopy Index your code
hub / github.com/python/cpython / noop

Method noop

Lib/poplib.py:277–282  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

275
276
277 def noop(self):
278 """Does nothing.
279
280 One supposes the response indicates the server is alive.
281 """
282 return self._shortcmd('NOOP')
283
284
285 def rset(self):

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected