Test state
Definition at line 14 of file test.py.
◆ __init__()
Constructor of the state object
Definition at line 19 of file test.py.
19 def __init__(self):
20 """ Constructor of the state object """
21
◆ __repr__()
Returns representation of this state
Definition at line 22 of file test.py.
22 def __repr__(self):
23 """ Returns representation of this state"""
24 return 'State'
25
26
The documentation for this class was generated from the following file:
- mva/scripts/basf2_mva_python_interface/test.py