HomeSort by relevance Sort by last modified time
    Searched refs:SMTP_SSL (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
23 server = smtplib.SMTP_SSL(self.testServer)
  /external/python/cpython2/Lib/test/
test_smtpnet.py 12 test_support.get_attribute(smtplib, 'SMTP_SSL')
14 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
19 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 server = smtplib.SMTP_SSL(self.testServer)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
23 server = smtplib.SMTP_SSL(self.testServer)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
23 server = smtplib.SMTP_SSL(self.testServer)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
23 server = smtplib.SMTP_SSL(self.testServer)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
23 server = smtplib.SMTP_SSL(self.testServer)
  /external/python/cpython3/Lib/test/
test_smtpnet.py 27 support.get_attribute(smtplib, 'SMTP_SSL')
47 support.get_attribute(smtplib, 'SMTP_SSL')
49 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
54 support.get_attribute(smtplib, 'SMTP_SSL')
56 server = smtplib.SMTP_SSL(self.testServer)
62 support.get_attribute(smtplib, 'SMTP_SSL')
64 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context)
74 support.get_attribute(smtplib, 'SMTP_SSL')
77 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 273 # This makes it simpler for SMTP_SSL to use the SMTP connect code
751 class SMTP_SSL(SMTP):
777 __all__.append("SMTP_SSL")
  /external/python/cpython2/Lib/
smtplib.py 287 # This makes it simpler for SMTP_SSL to use the SMTP connect code
782 class SMTP_SSL(SMTP):
811 __all__.append("SMTP_SSL")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
761 class SMTP_SSL(SMTP):
787 __all__.append("SMTP_SSL")
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
761 class SMTP_SSL(SMTP):
787 __all__.append("SMTP_SSL")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
761 class SMTP_SSL(SMTP):
787 __all__.append("SMTP_SSL")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 281 # This makes it simpler for SMTP_SSL to use the SMTP connect code
761 class SMTP_SSL(SMTP):
787 __all__.append("SMTP_SSL")
  /external/python/cpython3/Lib/
smtplib.py 301 # This makes it simpler for SMTP_SSL to use the SMTP connect code
    [all...]

Completed in 412 milliseconds