[visionegg] Re: two trivial questions from a new user
- From: "Christophe Pallier" <christophe@xxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Tue, 26 Jun 2007 11:00:57 +0200
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)
- References:
- [visionegg] two trivial questions from a new user
- From: Lili Wu
Other related posts:
- » [visionegg] two trivial questions from a new user
- » [visionegg] Re: two trivial questions from a new user
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?
- [visionegg] two trivial questions from a new user
- From: Lili Wu