travisjungroth / formlessness

A Python library for making web forms on the back end
MIT License
5 stars 2 forks source link

Preserve the function metadata on FunctionConstraint #122

Open travisjungroth opened 2 years ago

travisjungroth commented 2 years ago

When using a FunctionConstraint as a function, it should keep the original metadata. functools.wraps may help.