8fb4c4a634
This is a very simple decorator and function which populates a module's __all__ and optionally the module globals. This provides both a pure-Python implementation and an optional C implementation. WWW: http://public.readthedocs.io
5 lines
234 B
Text
5 lines
234 B
Text
This is a very simple decorator and function which populates a module's
|
|
__all__ and optionally the module globals. This provides both a pure-Python
|
|
implementation and an optional C implementation.
|
|
|
|
WWW: http://public.readthedocs.io
|