ATLAS Offline Software
python
MenuXML2JSONConverter
Classes
|
Functions
python.MenuXML2JSONConverter Namespace Reference
Classes
class
XML2JsonConverter
Functions
def
test
()
Function Documentation
◆
test()
def python.MenuXML2JSONConverter.test
(
)
Definition at line
217
of file
MenuXML2JSONConverter.py
.
217
def
test
():
218
if
len(sys.argv)<=1:
219
print
(
"please specify xml file for conversion"
)
220
return
1
221
222
converter = XML2JsonConverter()
223
converter.convertFile( sys.argv[1] )
224
return
0
225
226
python.MenuXML2JSONConverter.test
def test()
Definition:
MenuXML2JSONConverter.py:217
dbg::print
void print(std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
Definition:
SGImplSvc.cxx:70
Generated on Thu Nov 7 2024 22:23:40 for ATLAS Offline Software by
1.8.18