wsgiref.handlers.SimpleHandler
  • References/Python/Python/Internet

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

2025-01-10 15:47:30
xml.dom.Element.removeAttributeNS()
  • References/Python/Python/Structured Markup

Element.removeAttributeNS(namespaceURI, localName) Remove an attribute by name. Note that it uses a localName, not a qname.

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

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

2025-01-10 15:47:30
uuid.uuid4()
  • References/Python/Python/Internet

uuid.uuid4() Generate a random UUID.

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.modified()
  • References/Python/Python/Internet

modified() Sets the time the robots.txt file was last fetched to the current time.

2025-01-10 15:47:30
io.TextIOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the

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

curses.update_lines_cols() Update LINES and COLS. Useful for detecting manual screen resize.

2025-01-10 15:47:30
nntplib.NNTP.list()
  • References/Python/Python/Internet

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

2025-01-10 15:47:30
smtpd.SMTPChannel.received_lines
  • References/Python/Python/Internet

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

2025-01-10 15:47:30
ctypes.WinDLL
  • References/Python/Python/Operating System

class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

2025-01-10 15:47:30