views.generic.base.TemplateView
  • References/Python/Django/API/Built-in class-based views API/Base views

class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the

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

DatetimeIndex.sortlevel(level=None, ascending=True, sort_remaining=None)

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

DatetimeIndex.is_object()

2025-01-10 15:47:30
tarfile.TarFile.extractall()
  • References/Python/Python/Data Compression

TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working

2025-01-10 15:47:30
cmd.Cmd.cmdqueue
  • References/Python/Python/Frameworks

Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;

2025-01-10 15:47:30
types.GetSetDescriptorType
  • References/Python/Python/Data Types

types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType

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
asyncore.dispatcher.recv()
  • References/Python/Python/Networking

recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies

2025-01-10 15:47:30
admin.AdminSite.index_title
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

2025-01-10 15:47:30
middleware.csrf.CsrfViewMiddleware
  • References/Python/Django/API/Middleware

class CsrfViewMiddleware [source] Adds protection against Cross Site Request Forgeries by

2025-01-10 15:47:30