Searched refs:_check_post_ihave_sub (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 1203 def _check_post_ihave_sub(self, func, *args, file_factory): member in NNTPv1v2TestsMixin 1221 resp = self._check_post_ihave_sub(func, *args, file_factory=bytes) 1224 resp = self._check_post_ihave_sub(func, *args, file_factory=bytearray) 1227 resp = self._check_post_ihave_sub(func, *args, file_factory=io.BytesIO) 1232 resp = self._check_post_ihave_sub(func, *args, file_factory=iterlines) 1237 resp = self._check_post_ihave_sub(func, *args, file_factory=iterlines)
|
Completed in 3 milliseconds