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

Method push

tools/python-3.11.9-amd64/Lib/smtpd.py:314–316  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

312
313 # Overrides base class for convenience.
314 def push(self, msg):
315 asynchat.async_chat.push(self, bytes(
316 msg + '\r\n', 'utf-8' if self.require_SMTPUTF8 else 'ascii'))
317
318 # Implementation of base class abstract method
319 def collect_incoming_data(self, data):

Callers 13

__init__Method · 0.95
found_terminatorMethod · 0.95
smtp_HELOMethod · 0.95
smtp_EHLOMethod · 0.95
smtp_NOOPMethod · 0.95
smtp_QUITMethod · 0.95
smtp_HELPMethod · 0.95
smtp_VRFYMethod · 0.95
smtp_MAILMethod · 0.95
smtp_RCPTMethod · 0.95
smtp_RSETMethod · 0.95
smtp_DATAMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected