MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/nntplib.py:101–170  ·  view source on GitHub ↗

Initialize an instance. Arguments: - host: hostname to connect to - port: port to connect to (default the standard NNTP port) - user: username to authenticate with - password: password to use with username - readermode: if true, send 'mode reader' command aft

(self, host, port=NNTP_PORT, user=None, password=None,
                 readermode=None, usenetrc=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.45

Calls 6

getrespMethod · 0.95
shortcmdMethod · 0.95
NNTPReplyErrorClass · 0.85
NNTPPermanentErrorClass · 0.85
authenticatorsMethod · 0.80
makefileMethod · 0.45

Tested by

no test coverage detected