blob: 6e87aae38d6834ab0fa797c326b5a316b41b310a (
plain) (
blame)
1
2
3
|
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.
|