Belle II Software  release-06-01-15
UFOBaseClass Class Reference
Inheritance diagram for UFOBaseClass:
Collaboration diagram for UFOBaseClass:

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 = []
 

Detailed Description

The class from which all FeynRules classes are derived.

Definition at line 17 of file object_library.py.

Member Function Documentation

◆ get_all()

def get_all (   self)
Return a dictionary containing all the information of the object

Definition at line 37 of file object_library.py.

37  def get_all(self):
38  """Return a dictionary containing all the information of the object"""
39  return self.__dict__
40 

◆ nice_string()

def nice_string (   self)
 return string with the full information 

Definition at line 44 of file object_library.py.


The documentation for this class was generated from the following file: