MCPcopy Index your code
hub / github.com/python/cpython / expn

Method expn

Lib/smtplib.py:599–602  ·  view source on GitHub ↗

SMTP 'expn' command -- expands a mailing list.

(self, address)

Source from the content-addressed store, hash-verified

597 vrfy = verify
598
599 def expn(self, address):
600 """SMTP 'expn' command -- expands a mailing list."""
601 self.putcmd("expn", _addr_only(address))
602 return self.getreply()
603
604 # some useful methods
605

Callers 1

testEXPNMethod · 0.95

Calls 3

putcmdMethod · 0.95
getreplyMethod · 0.95
_addr_onlyFunction · 0.85

Tested by 1

testEXPNMethod · 0.76