Hi,
Here's a small patch that adds support for lambdas in the Python tagmanager. What it does it report Python's lambdas as functions (with arguments) rather than as variables. Nested lambda are supported too.
Attached is the patch (0001-lambda-support.diff) and a small python file that tests it (test.py).
Regards, Colomban