(self, arg)
| 258 | self.dtp.close_when_done() |
| 259 | |
| 260 | def cmd_nlst(self, arg): |
| 261 | self.push('125 nlst ok') |
| 262 | self.dtp.push(NLST_DATA) |
| 263 | self.dtp.close_when_done() |
| 264 | |
| 265 | def cmd_opts(self, arg): |
| 266 | self.push('200 opts ok') |
nothing calls this directly
no test coverage detected