platform.linux_distribution(distname='', version='', id='', supported_dists=('SuSE', 'debian', 'redhat', 'mandrake', ...), full_distribution_name=1)
ArgumentParser.print_help(file=None) Print a help message, including the program usage and information about the arguments registered
st_birthtime Time of file creation.
os.pipe() Create a pipe. Return a pair of file descriptors (r, w) usable for reading and writing, respectively
os.WEXITSTATUS(status) If WIFEXITED(status) is true, return the integer parameter to the exit(2)
flush() Flush the write buffers of the stream if applicable. This does nothing for read-only and non-blocking streams.
mode The mode as given in the constructor.
ctypes.util.find_library(name) Try to find a library and return a pathname. name is the library name without any prefix
class ctypes.c_char_p Represents the C char * datatype when it points to a zero-terminated string. For a general
io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) This is an alias
Page 54 of 67