[Python-Dev] More concerns about decorators
Michael Hudson
mwh at python.net
Mon Aug 16 15:05:38 CEST 2004
More information about the Python-Dev mailing list
Mon Aug 16 15:05:38 CEST 2004
- Previous message: [Python-Dev] More concerns about decorators
- Next message: [Python-Dev] More concerns about decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bob Ippolito <bob at redivi.com> writes: >> Is it possible to change function inplace? Is it even an option? > > Not sure what you mean. Functions have a __doc__ slot and a __dict__ > slot that are read/write. __name__ is read-only. __name__ is writable as of a few days ago. Cheers, mwh -- I believe C++ instills fear in programmers, fear that the interaction of some details causes unpredictable results. -- Erik Naggum, comp.lang.lisp
- Previous message: [Python-Dev] More concerns about decorators
- Next message: [Python-Dev] More concerns about decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list