개정판 f28a350a
issue #663: setCurrentPidSource method 제거로 인한 오류 수정
Change-Id: Ia7c67a83ae51228dee1d13344dc300a3f10302bd
DTI_PID/DTI_PID/SymbolAttr.py | ||
---|---|---|
138 | 138 |
|
139 | 139 |
attr = SymbolAttr() |
140 | 140 |
attr.UID = uuid.UUID(record['UID'], version=4) |
141 |
#attr.Freeze = record['Freeze'] == 'True' if record['Freeze'] else False
|
|
141 |
attr.Freeze = record['Freeze'] == 'True' if record['Freeze'] else False |
|
142 | 142 |
attr.Attribute = record['Attribute'] |
143 | 143 |
attr.DisplayAttribute = record['DisplayAttribute'] |
144 | 144 |
attr.AttributeType = record['AttributeType'] |
... | ... | |
146 | 146 |
attr.Expression = record['Expression'] |
147 | 147 |
attr.Length = record['Length'] if 'Length' in record else 0 |
148 | 148 |
attr.IsProp = int(record['Property']) if record['Property'] else 0 |
149 |
attr.AssocItem = uuid.UUID(record['Association_UID'], version=4) if record['Association_UID'] and record['Association_UID'] != 'None' else None |
|
149 | 150 |
|
150 | 151 |
return attr |
151 | 152 |
|
내보내기 Unified diff