개정판 762819ff
issue #000: separate case
Change-Id: I65075f933155ea72a201d9811cb37879edecf408
DTI_PID/DTI_PID/Shapes/EngineeringAbstractItem.py | ||
---|---|---|
458 | 458 |
|
459 | 459 |
return None |
460 | 460 |
|
461 |
@property |
|
462 |
def case(self): |
|
463 |
matches = [attr for attr in self.attrs if attr.Attribute.upper() == 'CASE'] |
|
464 |
if matches: |
|
465 |
return self.attrs[matches[0]] |
|
466 |
|
|
467 |
return None |
|
468 |
|
|
461 | 469 |
''' |
462 | 470 |
@stream_no.setter |
463 | 471 |
def stream_no(self, value): |
내보내기 Unified diff