Python getopt Functions
EditRocket provides the following information on getopt functions in the Python source code builder.
getopt(args, options[, long_options]) - Parses command line options and parameter list.
gnu_getopt(args, options[, long_options]) - This function works like getopt(), except that GNU style scanning mode is used by default.