ver Mar11th
updated filter_nodes
This commit is contained in:
@@ -58,7 +58,7 @@ link 315 ✓
|
||||
list 17
|
||||
list-box 7
|
||||
list-item 145 ✓
|
||||
menu 546
|
||||
menu 546 ✓
|
||||
menu-bar 12
|
||||
menu-item 2392 ✓
|
||||
notification 45
|
||||
@@ -67,7 +67,7 @@ page-tab 16
|
||||
page-tab-list 9
|
||||
panel 362
|
||||
paragraph 42 ✓
|
||||
popup-menu 9
|
||||
popup-menu 9 ✓
|
||||
push-button 612 ✓
|
||||
radio-button 28 ✓
|
||||
radio-menu-item 174 ✓
|
||||
|
||||
@@ -6,7 +6,7 @@ from typing import Counter
|
||||
import json
|
||||
import collections
|
||||
|
||||
file_name = "w0"
|
||||
file_name = "3"
|
||||
|
||||
with open("{:}.json".format(file_name)) as f:
|
||||
xml_str: str = json.load(f)["AT"]
|
||||
|
||||
Reference in New Issue
Block a user