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

Public Member Functions

def __init__ (self, *params)
 

Detailed Description

Inappropriate interpretation of binary data.

Definition at line 111 of file bitstring.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
params 
)

Reimplemented from Error.

Definition at line 114 of file bitstring.py.

114 def __init__(self, *params):
115 Error.__init__(self, *params)
116
117

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