개정판 c608cccf
dev issue #581: Edit Bug
DTI_PID/DTI_PID/TextItemFactory.py | ||
---|---|---|
135 | 135 |
if result[0]: |
136 | 136 |
loopText = result[1] |
137 | 137 |
res.append(result[2]) |
138 |
return (True, res) |
|
139 | 138 |
else: |
140 | 139 |
return (False,) |
141 | 140 |
|
142 |
''' |
|
143 |
result = self.isStartWithNumber(loopText) |
|
144 |
if result[0]: |
|
145 |
loopText = result[1] |
|
146 |
res.append(result[2]) |
|
147 |
else: |
|
148 |
return (False,) |
|
149 |
''' |
|
150 |
|
|
151 | 141 |
if loopText == '': |
152 | 142 |
return (True, res) |
153 | 143 |
else: |
내보내기 Unified diff