![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: [Beginner] Calling a function by its name in a string
From: Peter Hansen <peter@engcorp.com>
Date: Thu Jul 28 2005 - 00:22:45 CEST
Tito wrote:
Note: "member function" is spelled "method" in Python.
> Moreover, I wanted to do it with a property:
And "property" (the way you are using it) is spelled "attribute".
In Python, properties are something else, similar to but more than just
Use of such terms according to conventional Python usage will in future
Cheers,
|