Skip to content

Commit

Permalink
Add transition sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 2, 2023
1 parent ad4cd01 commit ecc24e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec-0001/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ eig(...)
Python 3.7, with [PEP 562](https://www.python.org/dev/peps/pep-0562/), introduces the ability to override module `__getattr__` and `__dir__`.
In combination, these features make it possible to again provide access to submodules, but without incurring performance penalties.

To make it easier for projects to implement lazy loading of submodules and functions, we provide a utility
library, called `lazy_loader` that is described below.

### lazy_loader

Lazy loading is implemented at
Expand Down

0 comments on commit ecc24e6

Please sign in to comment.