Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpoplib.py181 def _longcmd(self, line): member in POP3
240 return self._longcmd('LIST')
248 return self._longcmd('RETR %s' % which)
337 return self._longcmd('TOP %s %s' % (which, howmuch))
349 return self._longcmd('UIDL')
377 resp = self._longcmd('CAPA')
Dnntplib.py513 def _longcmd(self, line, file=None): member in _NNTPBase
726 resp, lines = self._longcmd(line, file)
/external/python/cpython2/Lib/
Dpoplib.py165 def _longcmd(self, line): member in POP3
224 return self._longcmd('LIST')
232 return self._longcmd('RETR %s' % which)
305 return self._longcmd('TOP %s %s' % (which, howmuch))
317 return self._longcmd('UIDL')