Belle II Software development
CreationError Class Reference
Inheritance diagram for CreationError:
Error

Public Member Functions

def __init__ (self, *params)
 

Detailed Description

Inappropriate argument during bitstring creation.

Definition at line 125 of file bitstring.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
params 
)

Reimplemented from Error.

Definition at line 128 of file bitstring.py.

128 def __init__(self, *params):
129 Error.__init__(self, *params)
130
131

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