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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 449 def has_extn(self, opt): member in class:SMTP
576 if not self.has_extn("auth"):
635 if not self.has_extn("starttls"):
715 if self.has_extn('size'):
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 449 def has_extn(self, opt): member in class:SMTP
576 if not self.has_extn("auth"):
635 if not self.has_extn("starttls"):
715 if self.has_extn('size'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 449 def has_extn(self, opt): member in class:SMTP
576 if not self.has_extn("auth"):
635 if not self.has_extn("starttls"):
715 if self.has_extn('size'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 449 def has_extn(self, opt): member in class:SMTP
576 if not self.has_extn("auth"):
635 if not self.has_extn("starttls"):
715 if self.has_extn('size'):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_smtplib.py 444 self.assertTrue(smtp.has_extn(k))
445 self.assertFalse(smtp.has_extn('unsupported-feature'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_smtplib.py 444 self.assertTrue(smtp.has_extn(k))
445 self.assertFalse(smtp.has_extn('unsupported-feature'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 444 self.assertTrue(smtp.has_extn(k))
445 self.assertFalse(smtp.has_extn('unsupported-feature'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 444 self.assertTrue(smtp.has_extn(k))
445 self.assertFalse(smtp.has_extn('unsupported-feature'))

Completed in 438 milliseconds