Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ftplib.py643 self.client.prot_p()
673 self.client.prot_p()
723 self.client.prot_p()
746 self.client.prot_p()
756 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/cpython2/Lib/
Dftplib.py685 def prot_p(self): member in FTP_TLS