debug
xsdata.utils.debug
dump(obj)
Write any object into a dump JSON file.
For internal troubleshooting purposes only!!!
Source code in xsdata/utils/debug.py
6 7 8 9 10 11 12 | |
convert(obj)
Dump any obj into a readable dictionary.
Source code in xsdata/utils/debug.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |