On Wed, May 26, 2010 at 2:47 PM, John Griessen wrote:
> What does
> __repr__(self)
> repr(x)
>
> do?

That's a basic python construct, it's a special method of a class that
python checks whenever it tries to represent an object as a string.

> Googling Representation operator  give hits for MDP a python neural net 
> training
> and modeling toolkit...sounds good to look into later!
>
> And
> __init__(self)
> (Constructor)
> ?

That's the constructor, yes.

- Bryan
http://heybryan.org/
1 512 203 0507

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to