|
|
 |
python-list
RE: can someone explain?
by Dennis Lee Bieber other posts by this author
Feb 18 2003 2:59AM messages near this date
python security
|
.NET for Python for .NET (kobra 2.1)
Pastula Pawe³ fed this fish to the penguins on Monday 17 February 2003
10:56 am:
> 2nd: to place a value in a class and then pass instance of this class
> to e function.
> Is it correct?
>
Not quite -- the function has to essentially be a method of the class
(or otherwise know about the internals of the instance). Just passing a
random instance into any random function doesn't give access to the
internals.
--
> ============================================================== <
> wlfraed@[...].com | Wulfraed Dennis Lee Bieber KD6MOG <
> wulfraed@[...].net | Bestiaria Support Staff <
> ============================================================== <
> Bestiaria Home Page: http://www.beastie.dm.net/ <
> Home Page: http://www.dm.net/~wulfraed/ <
--
http://mail.python.org/mailman/listinfo/python-list
|
|
|
 |
|