Package sage :: Package categories :: Module action :: Class ActionEndomorphism
[hide private]
[frames] | no frames]

Class ActionEndomorphism



                      object --+            
                               |            
structure.sage_object.SageObject --+        
                                   |        
           structure.element.Element --+    
                                       |    
                       morphism.Morphism --+
                                           |
                                          ActionEndomorphism

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__invert__(...)
File: sage/categories/action.pyx (starting at line 250)
 
__mul__(...)
File: sage/categories/action.pyx (starting at line 238)
 
__new__(T, S, ...)
 
__rmul__(x, y)
y*x
 
_repr_(...)
File: sage/categories/action.pyx (starting at line 235)

Inherited from morphism.Morphism: __call__, __pow__, __reduce__, __rpow__, _call_, _composition_, category, codomain, domain, is_endomorphism, pushforward

Inherited from structure.element.Element: __cmp__, __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__, __nonzero__, __rxor__, __xor__, _cmp_, _im_gens_, _richcmp_, base_base_extend, base_base_extend_canonical_sym, base_extend, base_extend_canonical, base_extend_canonical_sym, base_extend_recursive, base_ring, is_zero, n, parent, subs, substitute

Inherited from structure.sage_object.SageObject: __repr__, _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_, db, dump, dumps, plot, rename, reset_name, save, version

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

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

Overrides: morphism.Morphism.__init__

__invert__(...)

 
File: sage/categories/action.pyx (starting at line 250)

Overrides: morphism.Morphism.__invert__

__mul__(...)

 
File: sage/categories/action.pyx (starting at line 238)

Overrides: morphism.Morphism.__mul__

__new__(T, S, ...)

 


Returns:
a new object with type S, a subtype of T

Overrides: morphism.Morphism.__new__

__rmul__(x, y)

 
y*x

Overrides: morphism.Morphism.__rmul__

_repr_(...)

 
File: sage/categories/action.pyx (starting at line 235)

Overrides: morphism.Morphism._repr_