|
def | __init__ (self, name, value, order, **opt) |
|
def | value (self) |
|
def | pole (self, x) |
|
def | get (self, name) |
|
def | set (self, name, value) |
|
def | get_all (self) |
|
def | __str__ (self) |
|
def | nice_string (self) |
|
def | __repr__ (self) |
|
|
list | require_args = ['name', 'value', 'order'] |
|
list | require_args_all = ['name', 'value', 'order', 'loop_particles', 'counterterm'] |
|
Definition at line 238 of file object_library.py.
◆ get_all()
Return a dictionary containing all the information of the object
Definition at line 37 of file object_library.py.
◆ nice_string()
◆ pole()
the self.value attribute can be a dictionary directly specifying the Laurent serie using normal
parameter or just a string which can possibly contain CTparameter defining the Laurent serie.
Definition at line 254 of file object_library.py.
The documentation for this class was generated from the following file: