objects
xsdata.utils.objects
update(obj, **kwargs)
Update an object from keyword arguments with dotted keys.
Source code in xsdata/utils/objects.py
6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
literal_value(value)
Return the value for code generation.
Source code in xsdata/utils/objects.py
21 22 23 24 25 26 27 28 29 |
|