![]() |
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:08:11 CEST
ok I reason I was going with globals is that i use this variable in
testflag = 0
class AA:
def methos(self,...):
class BB:
def method2(..):
|