![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: member variables in python
From: PyPK <superprad@gmail.com>
Date: Fri Mar 31 2006 - 18:30:56 CEST
I see that.But here in my case the testflags is computed inside the
class AA:
def __init__(self):
def methods(self, value):
Now basically I want use this self.test_flag in another class ..
|