Lines Matching refs:list
43 # - NNTP.newgroups() and NNTP.list() return a list of GroupInfo named tuples
45 # - NNTP.xover() returns a list of dicts mapping field names (header or metadata)
182 """Parse a list of string representing the response to LIST OVERVIEW.FMT
183 and return a list of header/metadata names.
498 string and `lines` is a list of bytes objects.
557 resp, list = self._getlongresp(file)
559 for line in list]
601 - list: list of newsgroup names
618 - list: list of message ids
628 def list(self, group_pattern=None, *, file=None):
634 - list: list of (group, last, first, flag) (strings)
714 - list: list of strings returned by the server in response to the
768 - ArticleInfo: (article number, message id, list of header lines)
782 - ArticleInfo: (article number, message id, list of body lines)
796 - ArticleInfo: (article number, message id, list of article lines)
817 - list: list of (nr, value) strings
833 - list: list of dicts containing the response fields
853 - list: list of dicts containing the response fields
858 if isinstance(message_spec, (tuple, list)):