| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

TestMod1.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 '''
00004 A module to test NuWa classes handling of modules.
00005 
00006 This one has a configure() that takes arguments, no run()
00007 '''
00008 
00009 def configure(argv=[]):
00010     print 'TestMod1.configure(argv): got these arguments:'
00011     print '"%s"'%'", "'.join(argv)
00012     return
00013 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:13:00 2011 for DybPython by doxygen 1.4.7