bytearray.ljust()
  • References/Python/Python/Built-in Types

bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in a sequence of length width. Padding

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_farray()
  • References/Python/Python/File Formats

Unpacker.unpack_farray(n, unpack_item) Unpacks and returns (as a list) a fixed length array of homogeneous items. n

2025-01-10 15:47:30
xml.etree.ElementTree.XMLParser.doctype()
  • References/Python/Python/Structured Markup

doctype(name, pubid, system) Deprecated since version 3.2: Define

2025-01-10 15:47:30
os.DirEntry.stat()
  • References/Python/Python/Operating System

stat(*, follow_symlinks=True) Return a stat_result object for this entry. This method follows symbolic links by

2025-01-10 15:47:30
pathlib.Path.rename()
  • References/Python/Python/File & Directory Access

Path.rename(target) Rename this file or directory to the given target. On Unix, if target exists and is a

2025-01-10 15:47:30
shutil.get_unpack_formats()
  • References/Python/Python/File & Directory Access

shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is

2025-01-10 15:47:30
tempfile.gettempprefix()
  • References/Python/Python/File & Directory Access

tempfile.gettempprefix() Return the filename prefix used to create temporary files. This does not contain the directory component

2025-01-10 15:47:30
gettext.NullTranslations.lngettext()
  • References/Python/Python/Internationalization

lngettext(singular, plural, n) If a fallback has been set, forward lngettext() to the fallback. Otherwise, return

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

__bytes__() Equivalent to as_bytes(). Allows bytes(msg) to produce a bytes object containing the formatted

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

fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.

2025-01-10 15:47:30