Home
last modified time | relevance | path

Searched refs:parse227 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dftplib.py337 host, port = parse227(self.sendcmd('PASV'))
839 def parse227(resp): function
916 sourcehost, sourceport = parse227(source.sendcmd('PASV'))
/external/python/cpython2/Lib/
Dftplib.py314 host, port = parse227(self.sendcmd('PASV'))
836 def parse227(resp): function
912 sourcehost, sourceport = parse227(source.sendcmd('PASV'))