File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,11 @@ Other design decisions
206206 context.
207207
208208* In addition, it is useful to provide a mechanism to activate or deactivate
209- lazy imports at a global level. While the primary design centers on explicit
210- syntax, there are scenarios -- such as large applications, testing
211- environments, or frameworks -- where enabling laziness consistently across
209+ lazy imports for all code running in the interpreter
210+ (referred to in this PEP as the 'global lazy imports flag').
211+ While the primary design centers the explicit ``lazy import `` syntax,
212+ there are scenarios -- such as large applications, testing environments,
213+ or frameworks -- where enabling laziness consistently across
212214 many modules provides the most benefit. A global switch makes it easy to
213215 experiment with or enforce consistent behavior, while still working in
214216 combination with the filtering API to respect exclusions or tool-specific
You can’t perform that action at this time.
0 commit comments