TarInfo.gname Group name.
dis.hasname Sequence of bytecodes that access an attribute by name.
definition.__name__ The name of the class, function, method, descriptor, or generator instance.
gettext.dngettext(domain, singular, plural, n) Like ngettext(), but look the message up in the specified domain.
max(x, y) Compares two values numerically and returns the maximum.
operator.xor(a, b) operator.__xor__(a, b) Return the bitwise exclusive or of a and b.
ctypes.cast(obj, type) This function is similar to the cast operator in C. It returns a new instance of type which points to the same memory block as obj. type must be a pointer type, and obj must be an object that can be interpreted as a pointer.
Cookie.is_expired(now=None) True if cookie has passed the time at which the server requested it should expire. If now is given (in seconds since the epoch), return whether the cookie has expired at the specified time.
load_module(name=None)
handle_close() Called when the socket is closed.
Page 406 of 663