code.InteractiveInterpreter.showtraceback()
  • References/Python/Python/Interpreters

InteractiveInterpreter.showtraceback() Display the exception that just occurred. We remove the first stack item because it is

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

curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair

2025-01-10 15:47:30
ipaddress.IPv4Network.with_hostmask
  • References/Python/Python/Internet

with_hostmask A string representation of the network, with the mask in host mask notation.

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

class ctypes.c_ssize_t Represents the C ssize_t datatype.

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

operator.add(a, b) operator.__add__(a, b) Return a + b, for a and b numbers.

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

bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range

2025-01-10 15:47:30
asyncio.SubprocessProtocol.pipe_connection_lost()
  • References/Python/Python/Inputouput

SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed

2025-01-10 15:47:30
cmath.isinf()
  • References/Python/Python/Numeric & Mathematical

cmath.isinf(x) Return True if either the real or the imaginary part of x is an infinity, and False

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

class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential

2025-01-10 15:47:30
modulefinder.ModuleFinder.modules
  • References/Python/Python/Importing

modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.

2025-01-10 15:47:30