Home
last modified time | relevance | path

Searched refs:_longcmd (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpoplib.py186 def _longcmd(self, line): member in POP3
245 return self._longcmd('LIST')
253 return self._longcmd('RETR %s' % which)
345 return self._longcmd('TOP %s %s' % (which, howmuch))
357 return self._longcmd('UIDL')
385 resp = self._longcmd('CAPA')
H A Dnntplib.py545 def _longcmd(self, line, file=None): member in NNTP
553 Same as _longcmd() and _getlongresp(), except that the returned `lines`
758 resp, lines = self._longcmd(line, file)

Completed in 3 milliseconds