[visionegg] Re: two trivial questions from a new user

On 6/26/07, Lili Wu <wull1982@xxxxxxxxxxxx> wrote:


Another question is about the "import from VisionEgg.Core import * "
command, which is used in many demos. I do not know what does the " * " mean
in this command and do not find such a attributes in the core class. Can
anyone give me some help?




See  http://docs.python.org/ref/import.html

The relevant part is:

[...] If the list of identifiers is replaced by a star ("*"), all public
names defined in the module are bound in the local namespace of the
importstatement..




--
Christophe Pallier (http://www.pallier.org)

Other related posts: