> Why not use the underused "as" keyword for decorators? > > That is, > > def foo(bar, baz) as StaticMethod: The reason why not is in the archives. Surprisingly enough, the most recent python-dev summary contains a description of how to search the archives. - Josiah