HomeSort by relevance Sort by last modified time
    Searched full:__mailfrom (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /external/python/cpython2/Lib/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 117 self.__mailfrom = None
179 self.__mailfrom,
183 self.__mailfrom = None
233 if self.__mailfrom:
236 self.__mailfrom = address
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
242 if not self.__mailfrom:
258 self.__mailfrom = None
  /external/python/cpython3/Lib/
smtpd.py 234 def __mailfrom(self): member in class:SMTPChannel
235 warn("Access to __mailfrom attribute on SMTPChannel is deprecated, "
238 @__mailfrom.setter
239 def __mailfrom(self, value): member in class:SMTPChannel
240 warn("Setting __mailfrom attribute on SMTPChannel is deprecated, "
    [all...]

Completed in 528 milliseconds