PyCharm使用技巧:Find Usages(查找引用)

PyCharm的Find Usages功能可以查找某個對象(變量、函數、或者類等)被引用的地方。 使用: 在要查找的對象上右鍵-》Find Usages-》界面下方會列出查找結果。 快捷鍵: Alt + F7 下面以test.py和test2.py爲例,其中test2.py使用了test.py的foo函數 test.py: a = [1, 2, 3] b = [10, 100, 11] c = [
相關文章
相關標籤/搜索