Home
last modified time | relevance | path

Searched refs:ArticleInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py47 # - NNTP.article(), NNTP.head() and NNTP.body() return a (response, ArticleInfo)
165 ArticleInfo = collections.namedtuple('ArticleInfo', variable
760 return resp, ArticleInfo(art_num, message_id, lines)
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)
/third_party/python/Lib/test/
H A Dtest_nntplib.py170 self.assertIsInstance(article, nntplib.ArticleInfo)

Completed in 4 milliseconds