On 01/-10/-28163 02:59 PM,
mhearne808[insert-at-sign-here]gmail[insert-dot-here]com wrote:
I am just trying to wrap my head around decorators in Python, and I'm
confused about some behavior I'm seeing. Run the code below (slightly
adapted from a Bruce Eckel article), and I get the following outp
On Fri, Jul 22, 2011 at 2:38 PM,
mhearne808[insert-at-sign-here]gmail[insert-dot-here]com
wrote:
> I am just trying to wrap my head around decorators in Python, and I'm
> confused about some behavior I'm seeing. Run the code below (slightly
> adapted from a Bruce Eckel article), and I get the fol
I am just trying to wrap my head around decorators in Python, and I'm
confused about some behavior I'm seeing. Run the code below (slightly
adapted from a Bruce Eckel article), and I get the following output:
inside myDecorator.__init__()
inside aFunction()
Finished decorating aFunction()
inside