ipaddress.IPv4Network.broadcast_address

broadcast_address The broadcast address for the network. Packets sent to the broadcast address should be received by every host

2016-10-07 17:35:30
urllib.error.HTTPError.headers

headers The HTTP response headers for the HTTP request that caused the HTTPError.

2016-10-07 17:46:42
urllib.request.ProxyBasicAuthHandler.http_error_407()

ProxyBasicAuthHandler.http_error_407(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

2016-10-07 17:46:59
http.cookies.Morsel.value

Morsel.value The value of the cookie. Deprecated

2016-10-07 17:34:10
ipaddress.IPv4Address.version

version The appropriate version number: 4 for IPv4, 6 for IPv6.

2016-10-07 17:35:28
smtpd.SMTPChannel.received_data

received_data Holds a string containing all of the data sent by the client during the DATA state, up to but not including the

2016-10-07 17:42:04
socketserver.BaseServer.fileno()

fileno() Return an integer file descriptor for the socket on which the server is listening. This function is most commonly passed

2016-10-07 17:42:28
urllib.request.URLopener

class urllib.request.URLopener(proxies=None, **x509) Deprecated since

2016-10-07 17:47:04
nntplib.NNTP.newgroups()

NNTP.newgroups(date, *, file=None) Send a NEWGROUPS command. The date argument should be a

2016-10-07 17:38:12
ftplib.FTP.size()

FTP.size(filename) Request the size of the file named filename on the server. On success, the size of the file is returned

2016-10-07 17:33:23