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