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

Method help

tools/python-3.11.9-amd64/Lib/smtplib.py:500–504  ·  view source on GitHub ↗

SMTP 'help' command. Returns help text from server.

(self, args='')

Source from the content-addressed store, hash-verified

498 return opt.lower() in self.esmtp_features
499
500 def help(self, args=''):
501 """SMTP 'help' command.
502 Returns help text from server."""
503 self.putcmd("help", args)
504 return self.getreply()[1]
505
506 def rset(self):
507 """SMTP 'rset' command -- resets session."""

Callers

nothing calls this directly

Calls 2

putcmdMethod · 0.95
getreplyMethod · 0.95

Tested by

no test coverage detected