On Thu, Jun 18, 2009 at 09:20:56PM +0200, William Stein wrote:
> Of related interest, there are 8 publicly visible methods on SageObject:
> 
> sage: s = SageObject()
> sage: s.<tab key>
> s.category    s.db          s.dump        s.dumps       s.rename
> s.reset_name  s.save        s.version
> 
> I think I created all these, and I think I regret them.  Maybe s.save
> is useful, though I usually use save(s, ...) since s.save only works
> on sage objects and not general python objects.   I think nobody uses
> s.db(...).  s.category is probably useful (?).  I never use s.dump,
> s.dumps, s.version (which doesn't even work?), and
> s.rename/s.reset_name.

I use s.rename *very* often. s.category as well (obviously :-)),
though mostly on parents.

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to