os.makedirs(name, mode=0o777, exist_ok=False) Recursive directory creation function. Like mkdir(), but makes all
exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring
ctypes.wstring_at(address, size=-1) This function returns the wide character string starting at memory address address
curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for
os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any
detach() Separate the underlying binary buffer from the TextIOBase and return it. After
ArgumentParser.convert_arg_line_to_args(arg_line) Arguments that are read from a file (see the fromfile_prefix_chars
os.getpid() Return the current process id.
curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1
curses.baudrate() Return the output speed of the terminal in bits per second. On software terminal emulators it will have a
Page 1 of 67