You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming this was added without updating the documentation. Also cstruct_children is required yet missing.
Finally, is there any reason the SchemaType object is not public, which takes care of certain defaults (like flatten/unflatten/cstruct_children) when implementing custom types?
The text was updated successfully, but these errors were encountered:
wolverdude
added a commit
to wolverdude/colander
that referenced
this issue
May 20, 2015
The
SchemaNode
is clearly expecting types to haveflatten
andunflatten
methods.https://github.com/Pylons/colander/blob/master/colander/__init__.py#L1876
I'm assuming this was added without updating the documentation. Also
cstruct_children
is required yet missing.Finally, is there any reason the
SchemaType
object is not public, which takes care of certain defaults (like flatten/unflatten/cstruct_children) when implementing custom types?The text was updated successfully, but these errors were encountered: