Skip to content

Commit 5c07c48

Browse files
committed
fix exports
1 parent 653f7f0 commit 5c07c48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unpythonic/lazyutil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
upon which other regular code is allowed to depend.
66
"""
77

8-
__all__ = ["passthrough_lazy_args", "maybe_force_args", "force1", "force"]
8+
__all__ = ["Lazy", "force1", "force", # intended also for end-users
9+
"islazy", "maybe_force_args", "passthrough_lazy_args"] # mostly for use inside `unpythonic`
910

1011
from .regutil import register_decorator
1112
from .dynassign import make_dynvar

0 commit comments

Comments
 (0)