Hi

I'm doing the PyPy backend for Cython Summer of Code project and I would
like to know if there is a way of getting the AST Node responsible for
the declaration of a variable.

For example :

def func():
    def func():
        pass

    func()

In the situation where I'm currently traversing the function call, I
would like to get the function declaration node.
Is there already something to do that ?

Cheers
Romain
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to