| Trees | Index | Help |
|
|---|
| Module util |
|
| Function Summary | |
|---|---|
convert data to xml and write it to a file. | |
| object |
load an xml dumpfile (as created by dump_sat_data), and convert the data to a python object. |
| boolean |
remove_file(path, filename): remove a file. |
| string or None |
return or print a traceback after an exception occurred. |
| Variable Summary | |
|---|---|
bool |
can_marshal
|
| Function Details |
|---|
dump_sat_data(sat_data, path, filename)convert data to xml and write it to a file. used by the relay to serialize satellite data.
|
read_sat_data(path, filename)load an xml dumpfile (as created by dump_sat_data), and convert the data to a python object.
|
remove_file(path, filename)remove_file(path, filename): remove a file.
|
trace(print_it=False)return or print a traceback after an exception occurred.
|
| Variable Details |
|---|
can_marshal
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 | http://epydoc.sf.net |