On Tue, Mar 26, 2013 at 10:52 PM, Michael Herrmann
<michael.herrm...@getautoma.com> wrote:
> Doesn't the IPython do auto-completion for "global" functions?

Even if it does, it'll be polluted with every other global. Methods
don't have that problem. On the flip side, since presumably this is
(will be) a module, anyone who wants autocomplete of its top-level
functions can simply "import module" instead of "from module import
*", which will do the same namespacing.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to