MCPcopy Index your code
hub / github.com/RustPython/RustPython / connect_ftp

Method connect_ftp

Lib/urllib/request.py:1563–1565  ·  view source on GitHub ↗
(self, user, passwd, host, port, dirs, timeout)

Source from the content-addressed store, hash-verified

1561 raise
1562
1563 def connect_ftp(self, user, passwd, host, port, dirs, timeout):
1564 return ftpwrapper(user, passwd, host, port, dirs, timeout,
1565 persistent=False)
1566
1567class CacheFTPHandler(FTPHandler):
1568 # XXX would be nice to have pluggable cache strategies

Callers 1

ftp_openMethod · 0.95

Calls 1

ftpwrapperClass · 0.85

Tested by

no test coverage detected