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

Method __init__

Lib/test/test_ftplib.py:454–457  ·  view source on GitHub ↗
(self, conn, encoding=DEFAULT_ENCODING)

Source from the content-addressed store, hash-verified

452 dtp_handler = DummyTLS_DTPHandler
453
454 def __init__(self, conn, encoding=DEFAULT_ENCODING):
455 DummyFTPHandler.__init__(self, conn, encoding=encoding)
456 self.secure_data_channel = False
457 self._ccc = False
458
459 def cmd_auth(self, line):
460 """Set up secure control channel."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected