Closed GoogleCodeExporter closed 9 years ago
Helper functions should NOT be included in __all__, but should still be tested.
Only include functions/classes in all that should be exposed to the public
API. In otherwords if a user will ever need it, it should be in all.
The testing scripts only checks __all__, but this should be considered a bug
not a feature. We should write some regular expressions to grab All functions,
classes and even methods.
Original comment by schmi...@gmail.com
on 13 Jan 2011 at 9:48
Original comment by sjsrey
on 18 Jan 2011 at 3:26
Original issue reported on code.google.com by
nmali...@gmail.com
on 13 Jan 2011 at 9:31