doctest.DocTestParser
  • References/Python/Python/Development Tools

class doctest.DocTestParser A processing class used to extract interactive examples from a string, and use them to create a

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__iconcat__(a, b) a = iconcat(a, b) is equivalent to a += b for a and b

2025-01-10 15:47:30
typing.MutableSet
  • References/Python/Python/Development Tools

class typing.MutableSet(AbstractSet[T]) A generic version of

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

fileno() Return the underlying file descriptor (an integer) of the stream if it exists. An

2025-01-10 15:47:30
typing.Dict
  • References/Python/Python/Development Tools

class typing.Dict(dict, MutableMapping[KT, VT]) A generic version of

2025-01-10 15:47:30
http.cookiejar.CookiePolicy.netscape
  • References/Python/Python/Internet

CookiePolicy.netscape Implement Netscape protocol.

2025-01-10 15:47:30
html.parser.HTMLParser.unknown_decl()
  • References/Python/Python/Structured Markup

HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths
  • References/Python/Python/Internet

SimpleXMLRPCRequestHandler.rpc_paths An attribute value that must be a tuple listing valid path portions of the URL for receiving

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

curses.raw() Enter raw mode. In raw mode, normal line buffering and processing of interrupt, quit, suspend, and flow control

2025-01-10 15:47:30
mailbox.Message
  • References/Python/Python/Internet Data

class mailbox.Message(message=None) A subclass of the

2025-01-10 15:47:30