Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __init__
Method
__init__
tools/python-3.11.9-amd64/Lib/imaplib.py:1353–1355 ·
view source on GitHub ↗
(self, command)
Source
from the content-addressed store, hash-verified
1351
1352
1353
def
__init__(self, command):
1354
self.command = command
1355
IMAP4.__init__(self)
1356
1357
1358
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