/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
|