[Python-Dev] method decorators (PEP 318) (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Sun Mar 28 23:33:15 EST 2004
- Previous message: [Python-Dev] PEP 318 and syntax coloring
- Next message: [Python-Dev] method decorators (PEP 318)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dave Harrison <dave at nullcube.com>:
> and wouldn't bother with staticmethods at all. How often do you > actually need a staticmethod in particular and not a classmethod?
It's quite useful to be able to develop, essentially stateless, static method utility libraries that dont need to be class based. Why create
I'm not sure I understand. Why not make them module-level functions?
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] PEP 318 and syntax coloring
- Next message: [Python-Dev] method decorators (PEP 318)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]