rgom

Results 2 issues of rgom

Fix tooltip showing for nested method call. Calculate number of parentheses to skip instead of looking for the first one.

I'm trying to profile some scapy library code. It's inside some script: ``` from scapy import all as scapy scapy.arch.read_routes_orig() scapy.arch.read_routes() ``` I'm executing this code from Python with no...