Name of function caller

Paul McGuire ptmcg at austin.rr.com
Tue May 15 18:13:34 EDT 2007


On May 15, 4:59 pm, HMS Surprise <j... at datavoiceint.com> wrote:
> Is there a way that a function may access the doc string or func_name
> of the caller?
>
> Thanks,
>
> jvh

Yes.  The inspect module allows you to look up the call stack for
information on the caller, the caller's caller, local vars, etc.

-- Paul




More information about the Python-list mailing list