cournape / import-profiler

A basic python import profiler to find bottlenecks in import times
MIT License
15 stars 8 forks source link

Figure out a way to get import names in the explicit local import case` #2

Open cournape opened 8 years ago

cournape commented 8 years ago

Currently, names are reported as "" in the following case:

# Importing the foo.bar module/subpackage from foo
from . import bar