MCPcopy Index your code
hub / github.com/RustPython/RustPython / noop

Method noop

Lib/poplib.py:275–280  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_shortcmdMethod · 0.95

Tested by

no test coverage detected