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

epoll.fromfd(fd) Create an epoll object from a given file descriptor.

2025-01-10 15:47:30
socketserver.BaseServer.server_activate()
  • References/Python/Python/Internet

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

2025-01-10 15:47:30
plistlib.Data
  • References/Python/Python/File Formats

class plistlib.Data(data) Return a “data” wrapper object around the bytes object data. This is used in functions converting

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.end_headers()
  • References/Python/Python/Internet

end_headers() Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls

2025-01-10 15:47:30
zlib.Decompress.flush()
  • References/Python/Python/Data Compression

Decompress.flush([length]) All pending input is processed, and a bytes object containing the remaining uncompressed output is

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

multiprocessing.get_start_method(allow_none=False) Return the name of start method used for starting processes.

2025-01-10 15:47:30
auth.mixins.AccessMixin.raise_exception
  • References/Python/Django/Guides

raise_exception If this attribute is set to True, a PermissionDenied exception will be raised instead

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

DatetimeIndex.fillna(value=None, downcast=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
sys.
  • References/Python/Python/Runtime

sys.__stdin__ sys.__stdout__ sys.__stderr__ These objects contain the

2025-01-10 15:47:30