SpreadTooThin wrote:

> Hi... Many python object can be printed simpy by saying:
> print obj
> what method(s) need to be implemented in my own classes such that print
> dumps the object?

__str__

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
  San Jose, CA, USA && 37 20 N 121 53 W && AIM, Y!M erikmaxfrancis
   Can I walk with you / 'Till the day that my heart stops beating
    -- India Arie
-- 
http://mail.python.org/mailman/listinfo/python-list
  • class print? SpreadTooThin
    • Re: class print? Erik Max Francis

Reply via email to