개정판 9a7fcd80
issue #000: update color table
Change-Id: Idf80c011f3d0b8ea4a783a1f3293814301d6deb3
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
350 | 350 |
|
351 | 351 |
while len(pool) > 0: |
352 | 352 |
sign, obj = pool.pop() |
353 |
print(type(obj)) |
|
353 | 354 |
|
354 | 355 |
""" check obj is upstream or downstream of spec break """ |
355 | 356 |
matches = [spec_break for spec_break in self._spec_breaks if spec_break.is_connected(obj)] |
... | ... | |
371 | 372 |
if next_connected: lineMatches = next_connected |
372 | 373 |
|
373 | 374 |
symbolMatches = [x for x in self._symbols if (x.owner is None or x.owner == start.owner) and (x is not obj) and (x not in visited) and obj.is_connected(x, None)] |
375 |
#print(visited) |
|
376 |
#for s in self._symbols: |
|
377 |
# print(s) |
|
378 |
# print(s.owner) |
|
374 | 379 |
#print(symbolMatches) |
375 | 380 |
|
376 | 381 |
# order connected objects |
내보내기 Unified diff