decimal.Context.next_minus()
  • References/Python/Python/Numeric & Mathematical

next_minus(x) Returns the largest representable number smaller than x.

2025-01-10 15:47:30
forms.formsets.BaseFormSet.can_delete
  • References/Python/Django/Guides

BaseFormSet.can_delete Default: False Lets you create a formset with the ability

2025-01-10 15:47:30
gis.gdal.GDALBand.height
  • References/Python/Django/API/GDAL API

height The height of the band in pixels (Y-axis).

2025-01-10 15:47:30
views.generic.dates.DateDetailView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class DateDetailView [source] A page representing an individual object. If the object has

2025-01-10 15:47:30
email.utils.getaddresses()
  • References/Python/Python/Internet Data

email.utils.getaddresses(fieldvalues) This method returns a list of 2-tuples of the form returned by parseaddr()

2025-01-10 15:47:30
http.client.HTTPResponse.debuglevel
  • References/Python/Python/Internet

HTTPResponse.debuglevel A debugging hook. If debuglevel is greater than zero, messages will be printed to stdout

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

logging.getLogRecordFactory() Return a callable which is used to create a LogRecord.

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

Logger.filter(record) Applies this logger’s filters to the record and returns a true value if the record is to be processed

2025-01-10 15:47:30
traceback.TracebackException.offset
  • References/Python/Python/Runtime

offset For syntax errors - the offset into the text where the error occurred.

2025-01-10 15:47:30
stats.diagnostic.acorr_breush_godfrey()
  • References/Python/Statsmodels/Statistics

statsmodels.stats.diagnostic.acorr_breush_godfrey statsmodels

2025-01-10 15:47:30