Searched defs:_shortcmd (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | poplib.py | 158 def _shortcmd(self, line): member in POP3 |
/external/python/cpython3/Lib/ | ||
D | poplib.py | 174 def _shortcmd(self, line): member in POP3 |
D | nntplib.py | 507 def _shortcmd(self, line): member in _NNTPBase |