winreg.DeleteKeyEx()
  • References/Python/Python/MS Windows

winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.

2025-01-10 15:47:30
moments-normalized
  • References/Python/scikit-image/API Reference/measure

moments_normalized skimage.measure.moments_normalized(mu, order=3)

2025-01-10 15:47:30
base64.b64encode()
  • References/Python/Python/Internet Data

base64.b64encode(s, altchars=None) Encode the bytes-like object s using Base64

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

bytearray.join(iterable) Return a bytes or bytearray object which is the concatenation of the binary data sequences in the

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

MultiIndex.is_lexsorted()

2025-01-10 15:47:30
reprlib.Repr.maxlong
  • References/Python/Python/Data Types

Repr.maxlong Maximum number of characters in the representation for an integer. Digits are dropped from the middle. The default

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

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

2025-01-10 15:47:30
contenttypes.admin.GenericTabularInline
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericTabularInline

2025-01-10 15:47:30
forms.BoundField.as_hidden()
  • References/Python/Django/API/Forms/The Forms API

BoundField.as_hidden(attrs=None, **kwargs) [source] Returns a string of HTML for representing

2025-01-10 15:47:30
db.models.ImageField.width_field
  • References/Python/Django/API/Models/Model field reference

ImageField.width_field Name of a model field which will be auto-populated with the width of the image each time the model instance

2025-01-10 15:47:30