Public Member Functions | |
| def | __init__ |
| def | __repr__ |
Public Attributes | |
| name | |
| subdir | |
Fake Ganga Interface: File
Definition at line 3 of file FGIFile.py.
| def FGIFile::FGIFile::__init__ | ( | self, | ||
| fileName | ||||
| ) |
| def FGIFile::FGIFile::__repr__ | ( | self | ) |
Definition at line 11 of file FGIFile.py.
00011 : 00012 txt = "FGIFile (" 00013 txt += "name = '" + str(self.name) + "'," 00014 txt += "subdir = '" + str(self.subdir) + "'" 00015 txt += ")" 00016 return txt return txt
Definition at line 8 of file FGIFile.py.
Definition at line 9 of file FGIFile.py.
1.5.4