how to know the importing file name from an imported file?

R. David Murray rdmurray at bitdance.com
Fri Apr 17 07:54:14 EDT 2009


Visco Shaun <visco31 at gmail.com> wrote:
> Hi
> 
> Is there a way to know the name of the script(say A), which is importing
> a module(say B), from B?
> ie in above situation i should be able to get name 'A' through some way
> in B, when A contains an 'import B' statement.

Suppose module C imports module B as well?

So, no, not in any useful way.

--
R. David Murray             http://www.bitdance.com




More information about the Python-list mailing list