ASPN : Python Cookbook : Method signature checking decorators
ASPN : Python Cookbook : Method signature checking decorators: "This recipe adds parameter type checking to each method or function invocation. Not a replacement for static typing, but it makes a nice pair of shackles to me."
<< Home