Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35135 > unrolled thread

context aware execution

Started byBart Thate <feedbackflow@gmail.com>
First post2012-12-19 16:57 +0100
Last post2012-12-19 16:57 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  context aware execution Bart Thate <feedbackflow@gmail.com> - 2012-12-19 16:57 +0100

#35135 — context aware execution

FromBart Thate <feedbackflow@gmail.com>
Date2012-12-19 16:57 +0100
Subjectcontext aware execution
Message-ID<mailman.1058.1355932660.29569.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi All !

Is is possible and if yes, is it more easily possible (i am thinking f_back
maybe) to get the context of the caller when in a function ?

Like to which variable name is this object assigned ?

Or whatever of the callers context that might be of interest.

I want in a function or method determine the context of my caller and adapt
the functionality accordingly.

thnx,

Bart

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web