bz2.compress()
  • References/Python/Python/Data Compression

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

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

os.sync() Force write of everything to disk. Availability: Unix.

2025-01-10 15:47:30
bytearray.count()
  • References/Python/Python/Built-in Types

bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range

2025-01-10 15:47:30
numpy.fv()
  • References/Python/NumPy/Routines/Financial functions

numpy.fv(rate, nper, pmt, pv, when='end')

2025-01-10 15:47:30
db.models.prefetch_related_objects()
  • References/Python/Django/API/Models/QuerySet API reference

prefetch_related_objects(model_instances, *related_lookups) [source]

2025-01-10 15:47:30
asyncio.as_completed()
  • References/Python/Python/Inputouput

asyncio.as_completed(fs, *, loop=None, timeout=None) Return an iterator whose values, when waited for, are Future

2025-01-10 15:47:30
doctest.debug()
  • References/Python/Python/Development Tools

doctest.debug(module, name, pm=False) Debug the doctests for an object. The module

2025-01-10 15:47:30
tifffile
  • References/Python/scikit-image/API Reference/external.tifffile

TiffFile class skimage.external.tifffile.TiffFile(arg, name=None, offset=None, size=None, multifile=True, multifile_close=True)

2025-01-10 15:47:30
xml.dom.Element.setAttribute()
  • References/Python/Python/Structured Markup

Element.setAttribute(name, value) Set an attribute value from a string.

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

DataFrameGroupBy.rank(axis=0, method='average', numeric_only=None, na_option='keep', ascending=True, pct=False)

2025-01-10 15:47:30