Re: [Tutor] Question about profile.run() and decorators

2007-02-27 Thread Thane.Frivold
n [mailto:[EMAIL PROTECTED] >Sent: Monday, February 26, 2007 7:26 PM >To: Frivold Thane (Nokia-M/SanFrancisco) >Cc: tutor@python.org >Subject: Re: [Tutor] Question about profile.run() and decorators > >[EMAIL PROTECTED] wrote: > >> Is there a way to construct a

Re: [Tutor] Question about profile.run() and decorators

2007-02-26 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Is there a way to construct a string version (suitable to pass > into profile.run()) from what is available inside a decorator function? > I realize that what I am trying to do could probably be done otherwise, > but this arose out of questions and problems possed

[Tutor] Question about profile.run() and decorators

2007-02-26 Thread Thane.Frivold
To whom it may concern, I was directed to this forum... I searched for 'decorator profile' in the Python tutorial archives, and had no hits, so I hope this is not a lame question. Is there a way to construct a string version (suitable to pass into profile.run()) from what is avail