标签: pycharm
如果我有
def method(): return output1
然后我更改为:
def method(): return output1, output2
我可以在Pycharm的整个代码库中自动执行此重构吗?