Re: [Epydoc-devel] introspection misconception
Brought to you by:
edloper
From: <oti...@ya...> - 2008-03-29 18:43:30
|
> % epydoc --introspect-only foo/__init__.py > [...] > __all__ = ['FooBar'] thank you! Exactly what I wanted to know. > So I'm not sure I see the benefit of deleting 'bar' from the 'foo' namespace. You are right that in that toy example it doesn't make sense. I am using it on a much larger module-submodule structure, where I dont' want my namespaces to be cluttered by filenames (in this example bar.py is just a file where I want to put some code, not a module that a user should import). thank you again! tiziano ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs |