fits-ikawa

Results 1 comments of fits-ikawa

I had the same issue and ended up with the following code: ```python import javalang def traverse_for_methods(node, fn, klass='', level=0): # print(' ' * level, type(node), node.name if hasattr(node, 'name')...