curses.window.timeout()
  • References/Python/Python/Operating System

window.timeout(delay) Set blocking or non-blocking read behavior for the window. If delay is negative, blocking read

2025-01-10 15:47:30
ipaddress.IPv4Address.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

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

os.pathconf_names Dictionary mapping names accepted by pathconf() and fpathconf() to the integer values

2025-01-10 15:47:30
http.client.HTTPConnection.close()
  • References/Python/Python/Internet

HTTPConnection.close() Close the connection to the server.

2025-01-10 15:47:30
ctypes.
  • References/Python/Python/Operating System

class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are

2025-01-10 15:47:30
collections.ChainMap.maps
  • References/Python/Python/Data Types

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

2025-01-10 15:47:30
range()
  • References/Python/Python/Built-in Functions

range(stop) range(start, stop[, step]) Rather than being a function,

2025-01-10 15:47:30
queue.Queue.empty()
  • References/Python/Python/Concurrent Execution

Queue.empty() Return True if the queue is empty, False otherwise. If empty() returns True

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

ctypes.PYFUNCTYPE(restype, *argtypes) The returned function prototype creates functions that use the Python calling convention

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

operator.__xor__(a, b) Return the bitwise exclusive or of a and b.

2025-01-10 15:47:30