Using importlib to load compiled modules

后端 未结 0 1840
迷失自我
迷失自我 2021-01-22 06:53

Dear Python Community,

Module imp is deprecated as of Python 3.4, making imp.load_compiled("modname", "modpath") an unencouraged mechanism for loading

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