(self, arg)
| 253 | self.rest = None |
| 254 | |
| 255 | def cmd_list(self, arg): |
| 256 | self.push('125 list ok') |
| 257 | self.dtp.push(LIST_DATA) |
| 258 | self.dtp.close_when_done() |
| 259 | |
| 260 | def cmd_nlst(self, arg): |
| 261 | self.push('125 nlst ok') |
nothing calls this directly
no test coverage detected