Belle II Software development
State Class Reference

Public Member Functions

def __init__ (self)
 
def __repr__ (self)
 

Detailed Description

Test state

Definition at line 14 of file test.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
 Constructor of the state object 

Definition at line 19 of file test.py.

19 def __init__(self):
20 """ Constructor of the state object """
21

Member Function Documentation

◆ __repr__()

def __repr__ (   self)
 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: