numpy.extract()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.extract(condition, arr)

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

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

2025-01-10 15:47:30
unittest.mock.Mock.assert_not_called()
  • References/Python/Python/Development Tools

assert_not_called() Assert the mock was never called. >>>

2025-01-10 15:47:30
logging.Logger.warning()
  • References/Python/Python/Logging

Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted

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

SeriesGroupBy.unique() Return np.ndarray of unique values in the object. Significantly faster than numpy

2025-01-10 15:47:30
unicodedata.decimal()
  • References/Python/Python/Text Processing

unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such

2025-01-10 15:47:30
postgres.fields.django.postgres.forms.BaseRangeField
  • References/Python/Django/API/PostgreSQL specific model fields

class django.contrib.postgres.forms.BaseRangeField Base class for form range fields.

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__itruediv__(a, b) a = itruediv(a, b) is equivalent to a /= b.

2025-01-10 15:47:30
unicodedata.name()
  • References/Python/Python/Text Processing

unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined

2025-01-10 15:47:30
polynomialtransform
  • References/Python/scikit-image/API Reference/transform

PolynomialTransform class skimage.transform.PolynomialTransform(params=None)

2025-01-10 15:47:30