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

Method cmd_list

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

pushMethod · 0.95
close_when_doneMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected