Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ write_xml_file
Method
write_xml_file
tools/python/testlog_to_xml_converter.py:119–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
118
119
def
write_xml_file(self):
120
ElementTree.ElementTree(self.root).write(self.xml_file, encoding=
"UTF-8"
)
121
122
123
def
parse_log_file(self):
Callers
1
main
Function · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected