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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 280 def _get_socket(self, host, port, timeout): member in class:SMTP
310 self.sock = self._get_socket(host, port, self.timeout)
779 def _get_socket(self, host, port, timeout): member in class:SMTP.SMTP_SSL
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 280 def _get_socket(self, host, port, timeout): member in class:SMTP
310 self.sock = self._get_socket(host, port, self.timeout)
779 def _get_socket(self, host, port, timeout): member in class:SMTP.SMTP_SSL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 280 def _get_socket(self, host, port, timeout): member in class:SMTP
310 self.sock = self._get_socket(host, port, self.timeout)
779 def _get_socket(self, host, port, timeout): member in class:SMTP.SMTP_SSL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 280 def _get_socket(self, host, port, timeout): member in class:SMTP
310 self.sock = self._get_socket(host, port, self.timeout)
779 def _get_socket(self, host, port, timeout): member in class:SMTP.SMTP_SSL

Completed in 53 milliseconds