stat.S_ISREG()
  • References/Python/Python/File & Directory Access

stat.S_ISREG(mode) Return non-zero if the mode is from a regular file.

2025-01-10 15:47:30
smtplib.SMTP.ehlo()
  • References/Python/Python/Internet

SMTP.ehlo(name='') Identify yourself to an ESMTP server using EHLO. The hostname argument defaults to the fully

2025-01-10 15:47:30
wsgiref.handlers.SimpleHandler
  • References/Python/Python/Internet

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

2025-01-10 15:47:30
importlib.util.LazyLoader
  • References/Python/Python/Importing

class importlib.util.LazyLoader(loader) A class which postpones the execution of the loader of a module until the module has

2025-01-10 15:47:30
DatetimeIndex.resolution
  • References/Python/Pandas/API Reference/DatetimeIndex

DatetimeIndex.resolution = None

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

handle(record) This method does nothing.

2025-01-10 15:47:30
OLSResults.predict()
  • References/Python/Statsmodels/Linear Regression

statsmodels.regression.linear_model.OLSResults.predict

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.paginate_by
  • References/Python/Django/API/Multiple object mixins

paginate_by An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects

2025-01-10 15:47:30
views.generic.edit.ModelFormMixin.get_form_kwargs()
  • References/Python/Django/API/Editing mixins

get_form_kwargs() Add the current instance (self.object) to the standard get_form_kwargs().

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.__init__(template, context=None, content_type=None, status=None, charset=None, using=None) [source]

2025-01-10 15:47:30