Interesting 'takes exactly 1 argument (2 given)' Python error

前端 未结 6 1869
傲寒
傲寒 2020-12-02 12:19

For the error:

TypeError: takes exactly 1 argument (2 given)

With the following class method:

def extractAll(tag):
   ...
<         


        
6条回答
提交回复
热议问题