Package aloha :: Module aloha_object :: Class C
[hide private]
[frames] | no frames]

Class C

source code

          object --+        
                   |        
aloha_lib.FactoryVar --+    
                       |    
aloha_lib.FactoryLorentz --+
                           |
                          C

Nested Classes [hide private]
  object_class
A symbolic Object for All Helas object.

Inherited from aloha_lib.FactoryLorentz: mult_class

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
get_unique_name(cls, spin_list)
default way to have a unique name
source code
Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, spin1, spin2)
Factory class return a MultVariable.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, spin1, spin2)
Static Method

source code 

Factory class return a MultVariable.

Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

get_unique_name(cls, spin_list)
Class Method

source code 

default way to have a unique name

Overrides: aloha_lib.FactoryLorentz.get_unique_name
(inherited documentation)