Searched refs:putline (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | nntplib.py | 196 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('.')
|
D | ftplib.py | 173 def putline(self, line): member in FTP 183 self.putline(line)
|
/external/python/cpython2/Demo/threads/ |
D | squasher.py | 89 def putline(): function 97 coputline = co.create(putline)
|
/external/python/cpython2/Tools/scripts/ |
D | pindent.py | 155 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/ |
D | pindent.py | 153 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/ |
D | 3.5.4.rst | 7 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
|
D | 3.6.3rc1.rst | 509 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
|
D | 3.7.0a1.rst | 2267 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.14rc1.rst | 59 ftplib.FTP.putline() now throws ValueError on commands that contains CR or
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 188 def putline(self, line): member in FTP 199 self.putline(line)
|