[Pyobjc-dev] Re: [Python-Dev] The meaning of __all__
Brought to you by:
ronaldoussoren
From: Skip M. <sk...@po...> - 2003-01-03 16:19:52
|
Jack> This doesn't feel right to me, as I've always used __all__ to mean Jack> "the whole externally visible API", and I've considered anything Jack> else that the module exports basically an artefact of the Jack> implementation. But when I looked this up in the reference manual Jack> it is rather vague about this. I believe you are correct. If it's in the external API and is (or should be) documented, it belongs in __all__. Skip |