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

Method cmd_mlsd

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

Source from the content-addressed store, hash-verified

266 self.push('200 opts ok')
267
268 def cmd_mlsd(self, arg):
269 self.push('125 mlsd ok')
270 self.dtp.push(MLSD_DATA)
271 self.dtp.close_when_done()
272
273 def cmd_setlongretr(self, arg):
274 # For testing. Next RETR will return long line.

Callers

nothing calls this directly

Calls 3

pushMethod · 0.95
close_when_doneMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected