Does nothing. One supposes the response indicates the server is alive.
(self)
| 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): |