草庐IT

类型“非型”的参数不是峰顶的熊猫

我有两个功能:#Toupdatethelabel1ifwordispresentwithis_namedefupdate(data,word_lists,is_name):forwlistinword_lists:ifcheck_keywords(data,wlist):returnis_namereturn''#TocheckifWordsarepresentinmyShort_descriptionfield.defcheck_keywords(data,words):cnt=0forwordinwords:ifwordindata:cnt+=1returncnt==len(words)以