1. 首页
  2. 数据库
  3. 其它
  4. smart imports:用于Python的智能导入 源码

smart imports:用于Python的智能导入 源码

上传者: 2021-03-14 17:47:56上传 ZIP文件 45.79KB 热度 16次
适用于Python的智能导入 自动发现并导入当前模块中使用的实体。 没有魔术或猴子补丁。 仅标准的Python功能。 前 后 import math from my_project import calc # 100500 other imports def my_code ( argument , function = calc ): return math . log ( function ( argument )) import smart_imports smart_imports . all () # no any other imports def my_code ( argument , function = calc ): return math . log ( function ( argument )) 支持。 概括 获取从中smart_impo
下载地址
用户评论