Magic module-level variables in Python

January 16, 2004

Nu Cardboard: Module Level __magic__ Variables (via Matt Croydon's Python category)

I'd seen __all__ before but didn't know its significance. Thanks James!