Home | History | Annotate | Download | only in Lib

Lines Matching refs:_NNTPBase

296 class _NNTPBase:
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)