union(other, ...) set | other | ... Return a new set with elements from the set and all others.
os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group
curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing
gdbm.firstkey() It’s possible to loop over every key in the database using this method and the nextkey() method
compare_networks(other) Compare this network to other. In this comparison only the network addresses are considered;
decode(string) Accept a string as the instance’s new time value.
class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date
shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
daemon The process’s daemon flag, a Boolean value. This must be set before start() is called. The
Page 29 of 100