Searched refs:ArticleInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | nntplib.py | 47 # - 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 D | test_nntplib.py | 170 self.assertIsInstance(article, nntplib.ArticleInfo)
|
Completed in 5 milliseconds