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

/external/python/cpython3/Lib/test/
H A Dtest_nntplib.py1131 def _check_post_ihave_sub(self, func, *args, file_factory): member in class:NNTPv1v2TestsMixin
1149 resp = self._check_post_ihave_sub(func, *args, file_factory=bytes)
1152 resp = self._check_post_ihave_sub(func, *args, file_factory=bytearray)
1155 resp = self._check_post_ihave_sub(func, *args, file_factory=io.BytesIO)
1160 resp = self._check_post_ihave_sub(func, *args, file_factory=iterlines)
1165 resp = self._check_post_ihave_sub(func, *args, file_factory=iterlines)

Completed in 65 milliseconds