views.generic.dates.YearArchiveView.make_object_list
  • References/Python/Django/API/Built-in class-based views API/Generic date views

make_object_list A boolean specifying whether to retrieve the full list of objects for this year and pass those to the template

2025-01-10 15:47:30
utils.text.slugify()
  • References/Python/Django/API/Django Utils

slugify(allow_unicode=False) [source] Converts to ASCII if allow_unicode is

2025-01-10 15:47:30
utils.translation.deactivate()
  • References/Python/Django/API/Django Utils

deactivate() [source] Deactivates the currently active translation object so that further

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

operator.inv(obj) operator.invert(obj) operator.__inv__(obj) operator

2025-01-10 15:47:30
os.fstat()
  • References/Python/Python/Operating System

os.fstat(fd) Get the status of the file descriptor fd. Return a stat_result object. As

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

bytearray.isalnum() Return true if all bytes in the sequence are alphabetical ASCII characters or ASCII decimal digits and the

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

str.islower() Return true if all cased characters [4] in the string are lowercase and there is at least one cased character

2025-01-10 15:47:30
curses.killchar()
  • References/Python/Python/Operating System

curses.killchar() Return the user’s current line kill character. Under Unix operating systems this is a property of the controlling

2025-01-10 15:47:30
email.headerregistry.Address.domain
  • References/Python/Python/Internet Data

domain The domain portion of the address.

2025-01-10 15:47:30
ssl.SSLSocket.server_side
  • References/Python/Python/Networking

SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets

2025-01-10 15:47:30