Lines Matching refs:_longcmdstring
551 def _longcmdstring(self, line, file=None): member in NNTP
569 resp, lines = self._longcmdstring("LIST OVERVIEW.FMT")
590 resp, lines = self._longcmdstring("CAPABILITIES")
609 resp, lines = self._longcmdstring(cmd, file)
626 return self._longcmdstring(cmd, file)
640 resp, lines = self._longcmdstring(command, file)
646 resp, lines = self._longcmdstring('LIST NEWSGROUPS ' + group_pattern)
651 resp, lines = self._longcmdstring('XGTITLE ' + group_pattern)
717 return self._longcmdstring('HELP', file)
820 resp, lines = self._longcmdstring('XHDR {0} {1}'.format(hdr, str), file)
835 resp, lines = self._longcmdstring('XOVER {0}-{1}'.format(start, end),
863 resp, lines = self._longcmdstring(cmd, file)