[Python-Dev] FuncAttrs or funcattrs or func_attrs (original) (raw)
Jewett, Jim J jim.jewett at eds.com
Sun Apr 4 19:24:23 EDT 2004
- Previous message: [Python-Dev] PEP 328: __path__
- Next message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I propose this one to set function attributes:
class funcattrs(objects):
Aren't classes supposed to use UpperCase? If this is a more subtle distinction, it should probably be added to PEP 8.
FWIW, I think this should go in a decorate module (particularly since this use really is just decoration) rather than a builtin.
-jJ
- Previous message: [Python-Dev] PEP 328: __path__
- Next message: [Python-Dev] FuncAttrs or funcattrs or func_attrs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]