프로젝트

일반

사용자정보

개정판 47af3d63

ID47af3d6394b1e71e337a2a3157e102f4f2be33b7
상위 223de4bd
하위 1b2e6664

함의성이(가) 약 5년 전에 추가함

issue #563: fix eval size

Change-Id: I512bef2958e2d90303c80e725e69e4cd46747a89

차이점 보기:

minorTools/xmlTextSearcher.py
3 3
def finder():
4 4
    print("finder start")
5 5
    
6
    targetText = ['AttrAt="0" Attribute="tag-sp" AttributeType="Text Item" DisplayAttribute="SeqNumber" Expression="item.text()" Freeze="True" Length="" UID="81400489-ef7f-40f3-855f-256c2ffc7329">']
6
    targetText = ['224d0e6f25c-648f-440a-b135-812d4b2c06e2']
7 7
    path = 'W:\ID2_Project\REB\Temp'
8 8

  
9 9
    print("target : " + str(len(targetText)))
......
137 137
if __name__ == '__main__':
138 138
    selection = input("select fuction(changer = 1, finder = 2, adder = 3) : ")
139 139
    if selection == '1':
140
        pass
141 140
        changer()
142 141
    elif selection == '2':
143
        pass
144 142
        finder()
145 143
    elif selection == '3':
146 144
        adder()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)