Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dnntplib.py548 def _longcmdstring(self, line, file=None): member in NNTP
566 resp, lines = self._longcmdstring("LIST OVERVIEW.FMT")
587 resp, lines = self._longcmdstring("CAPABILITIES")
606 resp, lines = self._longcmdstring(cmd, file)
623 return self._longcmdstring(cmd, file)
637 resp, lines = self._longcmdstring(command, file)
643 resp, lines = self._longcmdstring('LIST NEWSGROUPS ' + group_pattern)
648 resp, lines = self._longcmdstring('XGTITLE ' + group_pattern)
714 return self._longcmdstring('HELP', file)
817 resp, lines = self._longcmdstring('XHDR {0} {1}'.format(hdr, str), file)
[all …]