Home
last modified time | relevance | path

Searched refs:putline (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dnntplib.py196 def putline(self, line): member in NNTP
205 self.putline(line)
576 self.putline(line)
577 self.putline('.')
600 self.putline(line)
601 self.putline('.')
Dftplib.py173 def putline(self, line): member in FTP
183 self.putline(line)
/external/python/cpython2/Demo/threads/
Dsquasher.py89 def putline(): function
97 coputline = co.create(putline)
/external/python/cpython2/Tools/scripts/
Dpindent.py155 def putline(self, line, indent): member in PythonIndenter
180 self.putline(line, len(stack))
187 self.putline(line, len(stack))
192 self.putline(line, len(stack)-1)
198 self.putline(line, len(stack))
/external/python/cpython3/Tools/scripts/
Dpindent.py153 def putline(self, line, indent): member in PythonIndenter
178 self.putline(line, len(stack))
185 self.putline(line, len(stack))
190 self.putline(line, len(stack)-1)
196 self.putline(line, len(stack))
/external/python/cpython3/Misc/NEWS.d/
D3.5.4.rst7 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
D3.6.3rc1.rst509 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
D3.7.0a1.rst2267 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
/external/python/cpython2/Misc/NEWS.d/
D2.7.14rc1.rst59 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
/external/python/cpython3/Lib/
Dftplib.py188 def putline(self, line): member in FTP
199 self.putline(line)