| Home | Trees | Indices | Help |
|---|
|
|
Program startup functions and wrappers.
|
|||
| UnsetError | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Get a value based from To Do: This is a weird, weird function. Do I really use it anywhere? |
Get the path to a configuration file. This tries the following:
|
Useful for debugging your program if it's spinning into infinite loops. Install this signal handler and issue your program a SIGQUIT to dump the main thread's stack, so you can see where it is. |
A feature-ful program starter. Configures logging and psyco, then runs
the For example:
def main(argv):
print "Hello " + argv[1]
run_main()
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:13 2010 | http://epydoc.sourceforge.net |