Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dnntplib.py296 class _NNTPBase: class
1019 class NNTP(_NNTPBase):
1047 _NNTPBase.__init__(self, file, host,
1059 _NNTPBase._close(self)
1065 class NNTP_SSL(_NNTPBase):
1079 _NNTPBase.__init__(self, file, host,
1091 _NNTPBase._close(self)
/external/python/cpython3/Lib/test/
Dtest_nntplib.py387 self.server = nntplib._NNTPBase(file, 'test.server', *args, **kwargs)