Package sage :: Package interfaces :: Module expect :: Class FunctionElement
[hide private]
[frames] | no frames]

Class FunctionElement

source code

                      object --+    
                               |    
structure.sage_object.SageObject --+
                                   |
                                  FunctionElement
Known Subclasses:
magma.MagmaFunctionElement, maple.MapleFunctionElement, mupad.MupadFunctionElement, lie.LiEFunctionElement, template.MySystemFunctionElement, maxima.MaximaFunctionElement, gp.GpFunctionElement, axiom.AxiomFunctionElement, lisp.LispFunctionElement, singular.SingularFunctionElement, r.RFunctionElement, gap.GapFunctionElement, mathematica.MathematicaFunctionElement, sage0.SageFunction


Expect function element.



Instance Methods [hide private]
 
__init__(self, obj, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
File: sage/structure/sage_object.pyx (starting at line 86)
source code
 
__call__(self, *args) source code
 
help(self) source code
 
_sage_doc_(self) source code

Inherited from structure.sage_object.SageObject: __hash__, __new__, _axiom_, _axiom_init_, _gap_, _gap_init_, _gp_, _gp_init_, _interface_, _interface_init_, _interface_is_cached_, _kash_, _kash_init_, _macaulay2_, _macaulay2_init_, _magma_, _magma_init_, _maple_, _maple_init_, _mathematica_, _mathematica_init_, _maxima_, _maxima_init_, _octave_, _octave_init_, _pari_, _pari_init_, _r_init_, _sage_, _singular_, _singular_init_, category, db, dump, dumps, plot, rename, reset_name, save, version

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, obj, name)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
File: sage/structure/sage_object.pyx (starting at line 86)

Overrides: structure.sage_object.SageObject.__repr__
(inherited documentation)