maldil / JavaFyPy

adapting Java AST mining tools to Python
2 stars 1 forks source link

Python nonlocal results #4

Open maldil opened 3 years ago

maldil commented 3 years ago
if more_results is not None:
                    for key, value in more_results.items():
                        all_more_results[key].extend(value)

                nonlocal results