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

Method __init__

Lib/imaplib.py:1670–1672  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

1668
1669
1670 def __init__(self, command):
1671 self.command = command
1672 IMAP4.__init__(self)
1673
1674
1675 def open(self, host=None, port=None, timeout=None):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected