![]() |
Belle II Software
release-05-02-19
|


Public Member Functions | |
| def | __init__ (self, *args, **options) |
| def | get (self, name) |
| def | set (self, name, value) |
| def | get_all (self) |
| def | __str__ (self) |
| def | nice_string (self) |
| def | __repr__ (self) |
Static Public Attributes | |
| list | require_args = [] |
The class from which all FeynRules classes are derived.
Definition at line 24 of file object_library.py.
| def get_all | ( | self | ) |
Return a dictionary containing all the information of the object
Definition at line 45 of file object_library.py.
| def nice_string | ( | self | ) |
return string with the full information
Definition at line 53 of file object_library.py.