InteractiveInterpreter.showtraceback() Display the exception that just occurred. We remove the first stack item because it is
curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair
with_hostmask A string representation of the network, with the mask in host mask notation.
class ctypes.c_ssize_t Represents the C ssize_t datatype.
operator.add(a, b) operator.__add__(a, b) Return a + b, for a and b numbers.
bytearray.count(sub[, start[, end]]) Return the number of non-overlapping occurrences of subsequence sub in the range
SubprocessProtocol.pipe_connection_lost(fd, exc) Called when one of the pipes communicating with the child process is closed
cmath.isinf(x) Return True if either the real or the imaginary part of x is an infinity, and False
class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential
modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.
Page 95 of 100