Searched defs:_NNTPBase (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
H A Dnntplib.py296 class _NNTPBase: class in inherits:
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)

Completed in 170 milliseconds