telnetlib.Telnet.set_option_negotiation_callback()
  • References/Python/Python/Internet

Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback

2025-01-10 15:47:30
ipaddress.IPv6Address.is_global
  • References/Python/Python/Internet

is_global

2025-01-10 15:47:30
ipaddress.IPv6Network.is_unspecified
  • References/Python/Python/Internet

is_unspecified

2025-01-10 15:47:30
ipaddress.IPv4Network.compare_networks()
  • References/Python/Python/Internet

compare_networks(other) Compare this network to other. In this comparison only the network addresses are considered;

2025-01-10 15:47:30
xmlrpc.client.DateTime.decode()
  • References/Python/Python/Internet

decode(string) Accept a string as the instance’s new time value.

2025-01-10 15:47:30
xmlrpc.client.DateTime
  • References/Python/Python/Internet

class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date

2025-01-10 15:47:30
imaplib.IMAP4.debug
  • References/Python/Python/Internet

IMAP4.debug Integer value to control debugging output. The initialize value is taken from the module variable Debug

2025-01-10 15:47:30
poplib.POP3.stat()
  • References/Python/Python/Internet

POP3.stat() Get mailbox status. The result is a tuple of 2 integers: (message count, mailbox size).

2025-01-10 15:47:30
ftplib.all_errors
  • References/Python/Python/Internet

ftplib.all_errors The set of all exceptions (as a tuple) that methods of FTP instances may raise as a result of

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.wsgi_file_wrapper
  • References/Python/Python/Internet

wsgi_file_wrapper A wsgi.file_wrapper factory, or None. The default value of this attribute is the

2025-01-10 15:47:30