Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dnntplib.py162 ArticleInfo = collections.namedtuple('ArticleInfo', variable
728 return resp, ArticleInfo(art_num, message_id, lines)
/external/python/cpython3/Lib/test/
Dtest_nntplib.py160 self.assertIsInstance(article, nntplib.ArticleInfo)