Is there a thread safety issue possibly in this function?

后端 未结 0 1603
一向
一向 2020-12-08 02:43
import kgapp

def extraction(content: str) -> Dict:
    
    logger.info(\'text: {}\'.format(content))
    results = {\'text\': content}

    tokens = xlu.process         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题