![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivemember variables in python
From: PyPK <superprad@gmail.com>
Date: Fri Mar 31 2006 - 17:33:10 CEST
hi how do I write this better with member variables rather than global
eg:
test-flag = 0
class AA:
def methos(self,...):
instead of something like above ..how do i put it i terms of member
|