We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653f7f0 commit 5c07c48Copy full SHA for 5c07c48
1 file changed
unpythonic/lazyutil.py
@@ -5,7 +5,8 @@
5
upon which other regular code is allowed to depend.
6
"""
7
8
-__all__ = ["passthrough_lazy_args", "maybe_force_args", "force1", "force"]
+__all__ = ["Lazy", "force1", "force", # intended also for end-users
9
+ "islazy", "maybe_force_args", "passthrough_lazy_args"] # mostly for use inside `unpythonic`
10
11
from .regutil import register_decorator
12
from .dynassign import make_dynvar
0 commit comments