浏览代码

print tree (see if F20 is present or not)

vnc-console 3 月之前
父节点
当前提交
3e8a2a9845
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/test_xml.py

+ 1 - 0
tests/test_xml.py

@@ -20,6 +20,7 @@ class Test(unittest.TestCase):
         # root = xml.getroot()
         tree = xml.xpath('/xmlns:Bilant1005/*', namespaces={'xmlns': 'mfp:anaf:dgti:s1005:declaratie:v12'})
         # print(tree[0].attrib['F10_0041'])
+        print(tree)
 
         def F10() -> dict[int]:
             def_tree = defaultdict(lambda: 0)