我想找到所有返回显式元组的函数。 例如,
... return x, y
会在,但是
... return {"x":x, "y":y}
会被淘汰,因此搜索
return .*,
我怀疑
pylint
astroid