email.charset.add_charset()
  • References/Python/Python/Internet Data

email.charset.add_charset(charset, header_enc=None, body_enc=None, output_charset=None) Add character properties to the global

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

platform.uname() Fairly portable uname interface. Returns a

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

max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning

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

HTMLParser.feed(data) Feed some text to the parser. It is processed insofar as it consists of complete elements; incomplete

2025-01-10 15:47:30
test.support.import_fresh_module()
  • References/Python/Python/Development Tools

test.support.import_fresh_module(name, fresh=(), blocked=(), deprecated=False) This function imports and returns a fresh copy

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

curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().

2025-01-10 15:47:30
math.cos()
  • References/Python/Python/Numeric & Mathematical

math.cos(x) Return the cosine of x radians.

2025-01-10 15:47:30
ConnectionAbortedError
  • References/Python/Python/Built-in Exceptions

exception ConnectionAbortedError A subclass of ConnectionError, raised when a connection attempt is aborted by

2025-01-10 15:47:30
lzma.compress()
  • References/Python/Python/Data Compression

lzma.compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None) Compress data (a

2025-01-10 15:47:30
ssl.SSLEOFError
  • References/Python/Python/Networking

exception ssl.SSLEOFError A subclass of SSLError raised when the SSL connection has been terminated abruptly. Generally

2025-01-10 15:47:30