select.epoll.fileno()
  • References/Python/Python/Inputouput

epoll.fileno() Return the file descriptor number of the control fd.

2025-01-10 15:47:30
threading.Semaphore.acquire()
  • References/Python/Python/Concurrent Execution

acquire(blocking=True, timeout=None) Acquire a semaphore. When invoked without arguments: if

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

types.MethodType The type of methods of user-defined class instances.

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
enum.unique()
  • References/Python/Python/Data Types

enum.unique() Enum class decorator that ensures only one name is bound to any one value.

2025-01-10 15:47:30
turtle.penup()
  • References/Python/Python/Frameworks

turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.ErrorCode
  • References/Python/Python/Structured Markup

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

2025-01-10 15:47:30
auth.models.User.username
  • References/Python/Django/API/contrib packages/django.contrib.auth

username Required. 150 characters or fewer. Usernames may contain alphanumeric, _, @, +

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

bytearray.ljust(width[, fillbyte]) Return a copy of the object left justified in a sequence of length width. Padding

2025-01-10 15:47:30
shutil.copyfileobj()
  • References/Python/Python/File & Directory Access

shutil.copyfileobj(fsrc, fdst[, length]) Copy the contents of the file-like object fsrc to the file-like object fdst

2025-01-10 15:47:30