mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
768 stars 72 forks source link

MOD:add parameter 'filter' to some method and show lambda more friendly #33

Closed xybaby closed 6 years ago

xybaby commented 6 years ago

add parameter 'filter' to some function(mainly to typestats), which is very helpful with complex project show lambda function with filename and lineno, which is more meaningful

mgedmin commented 6 years ago

Oops, a regression: this makes regular functions show as lambdas.

I'll fix it in master.