Re: [Epydoc-devel] Package document problem?
Brought to you by:
edloper
From: Daniele V. <pi...@de...> - 2007-12-04 22:35:28
|
Ted Drain ha scritto: > Thanks. That does help a little but my tree view and package doc > page are still showing the 'subpackage' foo even though it's not > listed in __all__. > > I tried setting show private to no but that didn't change this behavior. Yes, __all__ moves the class parenthood, but doesn't make the original module private. AFAICT you can only make the module private by prefixing its name with a '_' - i can't remember if there are other ways but i suspect no. -- Daniele Varrazzo - Develer S.r.l. http://www.develer.com |