Python文檔字符串報錯:TypeError: __call__() takes from 1 to 2 positional arguments but 3 were given

1.問題:在使用文檔字符串時,報錯:TypeError: call() takes from 1 to 2 positional arguments but 3 were given 2.原因分析:由於初步學習python,看不懂問題所在,找了半天,終於找到問題所在,誤將程序中的點寫成了逗號。help(testrr,doc) 3.解決:找到問題所在後,將語句寫正確,問題解決。 備註:僅以此帖記錄學
相關文章
相關標籤/搜索