codecs.StreamReaderWriter
  • References/Python/Python/Binary Data

class codecs.StreamReaderWriter(stream, Reader, Writer, errors) Creates a StreamReaderWriter instance. stream

2025-01-10 15:47:30
sysconfig.get_scheme_names()
  • References/Python/Python/Runtime

sysconfig.get_scheme_names() Return a tuple containing all schemes currently supported in sysconfig.

2025-01-10 15:47:30
dis.Instruction.is_jump_target
  • References/Python/Python/Language

is_jump_target True if other code jumps to here, otherwise False

2025-01-10 15:47:30
email.contentmanager.ContentManager.get_content()
  • References/Python/Python/Internet Data

get_content(msg, *args, **kw) Look up a handler function based on the mimetype of msg (see next paragraph)

2025-01-10 15:47:30
socket.socket.shutdown()
  • References/Python/Python/Networking

socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives

2025-01-10 15:47:30
textwrap.TextWrapper.replace_whitespace
  • References/Python/Python/Text Processing

replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method

2025-01-10 15:47:30
tkinter.tix.Meter
  • References/Python/Python/Tk

class tkinter.tix.Meter The

2025-01-10 15:47:30
sys.base_exec_prefix
  • References/Python/Python/Runtime

sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix

2025-01-10 15:47:30
ast.iter_child_nodes()
  • References/Python/Python/Language

ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of

2025-01-10 15:47:30
select.epoll.fromfd()
  • References/Python/Python/Inputouput

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

2025-01-10 15:47:30