Home
last modified time | relevance | path

Searched refs:ihave (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dnntplib.py580 def ihave(self, id, f): member in NNTP
/external/python/cpython3/Lib/test/
Dtest_nntplib.py1187 self.check_post_ihave(self.server.ihave, "235 Article transferred OK",
1190 self.server.ihave("<another.message.id>", self.sample_post)
/external/python/cpython3/Lib/
Dnntplib.py918 def ihave(self, message_id, data): member in _NNTPBase
/external/python/cpython2/Doc/library/
Dnntplib.rst298 .. method:: NNTP.ihave(id, file)
/external/python/cpython3/Doc/library/
Dnntplib.rst466 .. method:: NNTP.ihave(message_id, data)