Home
last modified time | relevance | path

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

/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')