Decorators proposal

RebelGeekz rebelgeekz at hotmail.com
Tue Aug 10 11:41:29 EDT 2004


Just my humble opinion:

def bar(low,high):
    meta:
        accepts(int,int)
        returns(float)
    #more code

Use a metadata section, no need to introduce new messy symbols, or
mangling our beloved visual cleanliness of python.

Please, let common sense guide your passion.

"When in doubt, copy python"

;-)



More information about the Python-list mailing list