FICHA · MANJARO

python-zope-deferredimport

Allows you to perform imports names that will only be resolved when used in the code

  • Library
  • Dev
  • PERFORMANCE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Defers selected Python imports until the name is actually used. It helps large packages keep compatibility paths, reduce initial import work, or avoid loading optional modules before they are needed.

Developers use it as a compatibility and startup-time helper. Deferred imports can hide errors until later execution, so keep tests covering the delayed paths that users depend on.

Permissions

Permissions not analysed for this source yet.