Total Complexity | 2 |
Total Lines | 6 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | @property |
||
2 | def id(self): |
||
3 | if hasattr(self, 'pcGtsId'): |
||
4 | return self.pcGtsId |
||
5 | return self.imageFilename |
||
6 |