iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator
multiprocessing.connection.wait(object_list, timeout=None) Wait till an object in object_list is ready. Returns the
os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This
content_manager An object with at least two methods: get_content and set_content. When the get_content() or
imaplib.Internaldate2tuple(datestr) Parse an IMAP4 INTERNALDATE string and return corresponding local time. The
Path.is_dir() Return True if the path points to a directory (or a symbolic link pointing to a directory), False
shutil.copyfileobj(fsrc, fdst[, length]) Copy the contents of the file-like object fsrc to the file-like object fdst
CGIXMLRPCRequestHandler.register_multicall_functions() Register the XML-RPC multicall function system.multicall
inspect.formatargspec(args[, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations[, formatarg, formatvarargs, formatvarkw, formatvalue, formatreturns,
int.bit_length() Return the number of bits necessary to represent an integer in binary, excluding the sign and leading zeros:
Page 40 of 100