Functions | |
def | die |
def | print_bright |
def | get_range |
def | product |
def | main |
Variables | |
tuple | parser = optparse.OptionParser(usage='usage: %prog [options] <command line> ...') |
string | help = 'range of threads to use. A range is R := R,R | N | N:N | N:N:N where N is an integer.' |
def run::die | ( | s | ) |
def run::get_range | ( | s | ) |
def run::main | ( | args, | ||
options | ||||
) |
def run::print_bright | ( | s | ) |
def run::product | ( | args | ) |
string run::help = 'range of threads to use. A range is R := R,R | N | N:N | N:N:N where N is an integer.' |
tuple run::parser = optparse.OptionParser(usage='usage: %prog [options] <command line> ...') |