![]() |
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: bruno at modulix <onurb@xiludom.gro>
Date: Fri Mar 31 2006 - 18:34:03 CEST
PyPK wrote:
Seems that you're looking for a logging package (hint: there's one in
> is there a better way to access this if we go with what you mentioned
A general solution would be a combination of
There are examples of Singleton/Borg/Monostate/whatnot in the Python
My 2 cents
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xiludom.gro'.split('@')])"
Received on Sun Apr 30 21:47:58 2006
|