适用于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