Functions | |
| def | Executable |
| def | File |
| def | Job |
| def FakeGangaInterface::Executable | ( | dict | ) |
Definition at line 5 of file FakeGangaInterface.py.
00005 : 00006 return FGIExecutable.FGIExecutable(dict) 00007 import FGIFile
| def FakeGangaInterface::File | ( | name | ) |
Definition at line 10 of file FakeGangaInterface.py.
00010 : 00011 return FGIFile.FGIFile(name) 00012 import FGIJob
| def FakeGangaInterface::Job | ( | dict | ) |
Definition at line 15 of file FakeGangaInterface.py.
00015 : 00016 return FGIJob.FGIJob(dict) return FGIJob.FGIJob(dict)
1.5.4