MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _simple_command

Method _simple_command

tools/python-3.11.9-amd64/Lib/imaplib.py:1228–1230  ·  view source on GitHub ↗
(self, name, *args)

Source from the content-addressed store, hash-verified

1226
1227
1228 def _simple_command(self, name, *args):
1229
1230 return self._command_complete(name, self._command(name, *args))
1231
1232
1233 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