painterjd / stoplight

Stoplight -- An Input Validation Framework for Python
Apache License 2.0
15 stars 5 forks source link

Enhancement enable function validation #5

Closed BenjamenMeyer closed 10 years ago

BenjamenMeyer commented 10 years ago

It can be desirable to validate function inputs too when the function does not belong to an object; or for that matter when the function is not an instance function of an object (e.g. static and class methods) as well.

Previous behaviour enforced that only instance member functions of an object could be validated.

sriram-mv commented 10 years ago

:+1:

painterjd commented 10 years ago

:+1: