Closed rosafilgueira closed 2 years ago
_get_ids function is not complete and cannot handle return node values like “str(arg)”(ast.Call) or “{‘key’: ‘value’}”(ast.Dict).
In my commit, I fixed that problem. Now, inspect4py (and most specifically _get_ids function) is able to catch other types of return.
_get_ids function is not complete and cannot handle return node values like “str(arg)”(ast.Call) or “{‘key’: ‘value’}”(ast.Dict).