Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _simple_command
Method
_simple_command
Lib/imaplib.py:1369–1371 ·
view source on GitHub ↗
(self, name, *args)
Source
from the content-addressed store, hash-verified
1367
1368
1369
def
_simple_command(self, name, *args):
1370
1371
return
self._command_complete(name, self._command(name, *args))
1372
1373
1374
def
_untagged_response(self, typ, dat, name):
Callers
15
append
Method · 0.95
authenticate
Method · 0.95
capability
Method · 0.95
check
Method · 0.95
close
Method · 0.95
copy
Method · 0.95
create
Method · 0.95
delete
Method · 0.95
deleteacl
Method · 0.95
enable
Method · 0.95
expunge
Method · 0.95
fetch
Method · 0.95
Calls
2
_command_complete
Method · 0.95
_command
Method · 0.95
Tested by
no test coverage detected