How can I mock 'time' library import in python?

前端 未结 0 1831
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-11 15:42
try:
    import time
except Exception as e:
    module_status="1"
    module_import_error=module_import_error+str(e)+"\\n"

How d

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