Hey,
I have a question regarding Spyne. I have complex type which is a tree
structure containing nodes which contains other nodes etc. But in spyne you
must specify return type for example:
class TreeNode(ComplexModel):
_type_info = [
('Children', Array(TreeNode))
]
But it's impossible to declare Array(TreeNode) from inside TreeNode because
TreeNode isn't visible from it self. So is it possible to somehow declare
this complex type and send it to spyne?
Thanks
PS. This is a third message, because i'm not sure which address is valid,
so sorry for spam.
_______________________________________________
Soap mailing list
[email protected]
https://mail.python.org/mailman/listinfo/soap