7
pylint的是返回大量誤報爲子模塊:pylint的誤報E1101:「POPEN」的實例沒有「輪詢」成員
E1101:184,7:resetboard: Instance of 'Popen' has no 'poll' member
E1101:188,4:resetboard: Instance of 'Popen' has no 'terminate' member
# etc.
我該如何解決這個問題?