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

Method __init__

Lib/test/test_poplib.py:429–436  ·  view source on GitHub ↗
(self, conn)

Source from the content-addressed store, hash-verified

427 class DummyPOP3_SSLHandler(SSLConnection, DummyPOP3Handler):
428
429 def __init__(self, conn):
430 asynchat.async_chat.__init__(self, conn)
431 self.secure_connection()
432 self.set_terminator(b"\r\n")
433 self.in_buffer = []
434 self.push('+OK dummy pop3 server ready. <timestamp>')
435 self.tls_active = True
436 self.tls_starting = False
437
438
439@requires_ssl

Callers

nothing calls this directly

Calls 4

secure_connectionMethod · 0.80
set_terminatorMethod · 0.80
__init__Method · 0.45
pushMethod · 0.45

Tested by

no test coverage detected