Hi,

is it possible to define a schema with a node that will have the same value
as another node in the same Schema? Something along these lines:

class Schema(colander.Schema):
    initial_amount = colander.SchemaNode(colander.Float())
    current_amount = GetValueFrom(src="initial_amount")


Thanks,
Petr

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAE1QKmTjGBwaFks4tF%2BCTwKLOTOyOGhBnmPmYC%3DEp8ZtvYDSeg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to