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