eicwo01 wrote:
> Thanks for your tips.
> But dir() and inspect did not really help.

Really ?

def dump(obj):
  for name in dir(obj):
     print getattr(obj, name)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to