Paul Londino
Paul Londino
Based on the documentation for the deserialize parameter for `fields.Function`: - deserialize – A callable from which to retrieve the value. The function must take a single argument value which...
I am using bindings generated by PyXB 1.2.6. I have a schema which is (essentially): ``` ``` Paired with another schema: ``` ``` Parsing this XML sample: ``` Foo A...
I am getting an AttributeError in `_nsgroups.py` when trying to parse a document from the bindings generated for the attached schema. It seems to be related to circular dependencies in...
For something like pyxb.binding.basis.Deprecated, PyXB should use the "warnings" module. This seem like the correct way to handle issues that affect developers (not using deprecated modules) but not end users.