MCPcopy 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

appendMethod · 0.95
authenticateMethod · 0.95
capabilityMethod · 0.95
checkMethod · 0.95
closeMethod · 0.95
copyMethod · 0.95
createMethod · 0.95
deleteMethod · 0.95
deleteaclMethod · 0.95
enableMethod · 0.95
expungeMethod · 0.95
fetchMethod · 0.95

Calls 2

_command_completeMethod · 0.95
_commandMethod · 0.95

Tested by

no test coverage detected