os.replace(src, dst, *, src_dir_fd=None, dst_dir_fd=None) Rename the file or directory src to dst. If dst
os.minor(device) Extract the device minor number from a raw device number (usually the st_dev or st_rdev
os.mkfifo(path, mode=0o666, *, dir_fd=None) Create a FIFO (a named pipe) named path with numeric mode mode
os.getcwd() Return a string representing the current working directory.
argtypes Assign a tuple of ctypes types to specify the argument types that the function accepts. Functions using the stdcall
Panel.set_userptr(obj) Set the panel’s user pointer to obj. This is used to associate an arbitrary piece of data with
os.geteuid() Return the current process’s effective user id. Availability: Unix.
os.getgid() Return the real group id of the current process. Availability: Unix.
read(size=-1) Read and return up to size bytes. If the argument is omitted, None, or negative, data is
stripspaces This attribute is a flag which controls the interpretation of blanks in the window. When it is on, trailing blanks
Page 22 of 67