nntplib.NNTP.slave()
  • References/Python/Python/Internet

NNTP.slave() Send a SLAVE command. Return the server’s response.

2025-01-10 15:47:30
xml.sax.parseString()
  • References/Python/Python/Structured Markup

xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from

2025-01-10 15:47:30
selectors.DevpollSelector
  • References/Python/Python/Inputouput

class selectors.DevpollSelector

2025-01-10 15:47:30
argparse.ArgumentParser.format_help()
  • References/Python/Python/Operating System

ArgumentParser.format_help() Return a string containing a help message, including the program usage and information about the

2025-01-10 15:47:30
ipaddress.IPv4Address.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

2025-01-10 15:47:30
curses.nocbreak()
  • References/Python/Python/Operating System

curses.nocbreak() Leave cbreak mode. Return to normal “cooked” mode with line buffering.

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.CommentHandler()
  • References/Python/Python/Structured Markup

xmlparser.CommentHandler(data) Called for comments. data is the text of the comment, excluding the leading '<

2025-01-10 15:47:30
configparser.ConfigParser.add_section()
  • References/Python/Python/File Formats

add_section(section) Add a section named section to the instance. If a section by the given name already exists,

2025-01-10 15:47:30
email.policy.Policy.handle_defect()
  • References/Python/Python/Internet Data

handle_defect(obj, defect) Handle a defect found on obj. When the email package calls this method, defect

2025-01-10 15:47:30
decimal.Decimal.normalize()
  • References/Python/Python/Numeric & Mathematical

normalize(context=None) Normalize the number by stripping the rightmost trailing zeros and converting any result equal to

2025-01-10 15:47:30