最佳答案
在搜索一个Python项目时,我发现了几行用# noqa
注释的行。
import sys
sys.path.append(r'C:\dev')
import some_module # noqa
noqa
在Python中是什么意思?它只针对Python吗?