MCPcopy Index your code
hub / github.com/python/cpython / cmd_nlst

Method cmd_nlst

Lib/test/test_ftplib.py:260–263  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

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')

Callers

nothing calls this directly

Calls 3

pushMethod · 0.95
close_when_doneMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected