Hi,

The hierarchy is like SageObject - Element - ModuleElement - .... But

sage: SageObject?
Type:           type
Base Class:     <type 'type'>
String Form:    <type 'sage.structure.sage_object.SageObject'>
Namespace:      Interactive
File:           /Users/Kwankyu/Sage/local/lib/python2.5/site-packages/sage/
structure/sage_object.so
Docstring:
    x.__init__(...) initializes x; see x.__class__.__doc__ for
signature

sage: ModuleElement?
Type:           type
Base Class:     <type 'type'>
String Form:    <type 'sage.structure.element.ModuleElement'>
Namespace:      Interactive
File:           /Users/Kwankyu/Sage/local/lib/python2.5/site-packages/sage/
structure/element.so
Docstring:

        Generic element of a module.


sage: Element?
Object `Element` not found.

Perhaps the class definition for Element should be loaded initially.


Kwankyu
--~--~---------~--~----~------------~-------~--~----~
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