Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 385 Bytes

cachedimporter

CachedImporter is an import hook that caches the directory listings of folders on the Python path as it discovers them.

This can reduce the start-up time of scripts and applications that import a large number of modules.

See PEP 302 (http://www.python.org/dev/peps/pep-0302/) for more info.

Usage:

  import cachedimporter
  cachedimporter.register()