tarfile.CompressionError
  • References/Python/Python/Data Compression

exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly

2025-01-10 15:47:30
GroupBy.sem()
  • References/Python/Pandas/API Reference/GroupBy

GroupBy.sem(ddof=1)

2025-01-10 15:47:30
multiprocessing.managers.BaseManager.get_server()
  • References/Python/Python/Concurrent Execution

get_server() Returns a Server object which represents the actual server under the control of the Manager. The Server

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
numpy.count_nonzero()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.count_nonzero(a) Counts the number of non-zero values in the array a.

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

detach() Separate the underlying binary buffer from the TextIOBase and return it. After

2025-01-10 15:47:30
types.FunctionType
  • References/Python/Python/Data Types

types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda

2025-01-10 15:47:30
locale.atof()
  • References/Python/Python/Internationalization

locale.atof(string) Converts a string to a floating point number, following the LC_NUMERIC settings.

2025-01-10 15:47:30
core.management.BaseCommand.requires_system_checks
  • References/Python/Django/Guides: How-tos

BaseCommand.requires_system_checks A boolean; if True, the entire Django project will be checked for potential

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