auth.models.User.date_joined
  • References/Python/Django/API/contrib packages/django.contrib.auth

date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account

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

Panel4D.shape Return a tuple of axis dimensions

2025-01-10 15:47:30
io.BytesIO.read1()
  • References/Python/Python/Operating System

read1() In BytesIO, this is the same as read().

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

bytes.swapcase() bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted

2025-01-10 15:47:30
http.QueryDict.dict()
  • References/Python/Django/API/Request and response objects

QueryDict.dict() Returns dict representation of QueryDict. For every (key, list) pair in QueryDict

2025-01-10 15:47:30
numpy.core.defchararray.asarray()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.defchararray.asarray(obj, itemsize=None, unicode=None, order=None)

2025-01-10 15:47:30
calendar.Calendar.iterweekdays()
  • References/Python/Python/Data Types

iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator

2025-01-10 15:47:30
multiprocessing.connection.wait()
  • References/Python/Python/Concurrent Execution

multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the

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

os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This

2025-01-10 15:47:30
email.policy.EmailPolicy.content_manager
  • References/Python/Python/Internet Data

content_manager An object with at least two methods: get_content and set_content. When the get_content() or

2025-01-10 15:47:30