Home
last modified time | relevance | path

Searched refs:prot_p (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ftplib.py652 self.client.prot_p()
683 self.client.prot_p()
737 self.client.prot_p()
760 self.client.prot_p()
770 self.client.prot_p()
/external/python/cpython3/Lib/test/
Dtest_ftplib.py854 self.client.prot_p()
887 self.client.prot_p()
933 self.client.prot_p()
961 self.client.prot_p()
972 self.client.prot_p()
/external/python/cpython2/Doc/library/
Dftplib.rst64 explicitly ask for it by calling the :meth:`prot_p` method. *context*
83 >>> ftps.prot_p() # switch to secure data connection
402 .. method:: FTP_TLS.prot_p()
/external/python/cpython3/Doc/library/
Dftplib.rst81 explicitly ask for it by calling the :meth:`prot_p` method. *context*
112 >>> ftps.prot_p()
436 .. method:: FTP_TLS.prot_p()
/external/python/cpython3/Lib/
Dftplib.py773 def prot_p(self): member in FTP_TLS
/external/python/cpython2/Lib/
Dftplib.py697 def prot_p(self): member in FTP_TLS