smart imports:用于Python的智能导入 源码
适用于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
文件列表
smart-imports-develop.zip
(预估有个39文件)
smart-imports-develop
MANIFEST.in
63B
.travis.yml
442B
README.rst
14KB
LICENSE
1KB
smart_imports
constants.py
356B
plugins
mypy.py
2KB
__init__.py
0B
暂无评论